Touchstone 11.0 API Reference
SubmitExportMarginalImpactBoundaryPerilTemplate Method


Air.Services.Proxy Assembly > (Global) Namespace > ObjectManagementServiceClient Class : SubmitExportMarginalImpactBoundaryPerilTemplate Method
Contains a SubmitExportMarginalImpactBoundaryPerilRequest that identifies the Business Unit SID, SQL Instance SID, and AIR.Services.ObjectManagement.Api.ObjectExportOptions that you can configure to export Templates out of Touchstone.
Exports the Marginal Impact Boundary Peril Template out of Touchstone.

Touchstone uses the Marginal Impact Boundary Peril Template in Marinal Impact analyses.

You can share the Boundary Peril Templates across Touchstone BUs and environments.

Syntax
Public Function SubmitExportMarginalImpactBoundaryPerilTemplate( _
   ByVal request As SubmitExportMarginalImpactBoundaryPerilRequest _
) As SubmitExportMarginalImpactBoundaryPerilResponse
Dim instance As ObjectManagementServiceClient
Dim request As SubmitExportMarginalImpactBoundaryPerilRequest
Dim value As SubmitExportMarginalImpactBoundaryPerilResponse
 
value = instance.SubmitExportMarginalImpactBoundaryPerilTemplate(request)

Parameters

request
Contains a SubmitExportMarginalImpactBoundaryPerilRequest that identifies the Business Unit SID, SQL Instance SID, and AIR.Services.ObjectManagement.Api.ObjectExportOptions that you can configure to export Templates out of Touchstone.

Return Value

A SubmitExportMarginalImpactBoundaryPerilResponse containing the Templates in the specified business unit and SQL Server instance.
Remarks
To find the Business Unit SID to pass into this method, call the GetBusinessUnits() method.

To find the SQL Server Instance SID to pass into this method, call the GetSqlInstances() method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ObjectManagementServiceClient Class
ObjectManagementServiceClient Members