Touchstone Re 2023 API Reference
GetExposureConcentrationAnalyses Method


Air.Services.Proxy Assembly > (Global) Namespace > ExposureConcentrationAnalysisServiceClient Class : GetExposureConcentrationAnalyses Method
Contains a GetExposureConcentrationAnalysesRequest that identifies the Touchstone-generated Business Unit Sequential Identifier (SID), SQL Instance SID, and Project SID associated with the list of Geospatial Analyses to retrieve.
Retrieves all Touchstone® Geospatial Analyses in a given Project, Business Unit, and SQL Server Instance.
Syntax
Public Function GetExposureConcentrationAnalyses( _
   ByVal request As GetExposureConcentrationAnalysesRequest _
) As GetExposureConcentrationAnalysesResponse
Dim instance As ExposureConcentrationAnalysisServiceClient
Dim request As GetExposureConcentrationAnalysesRequest
Dim value As GetExposureConcentrationAnalysesResponse
 
value = instance.GetExposureConcentrationAnalyses(request)
public GetExposureConcentrationAnalysesResponse GetExposureConcentrationAnalyses( 
   GetExposureConcentrationAnalysesRequest request
)

Parameters

request
Contains a GetExposureConcentrationAnalysesRequest that identifies the Touchstone-generated Business Unit Sequential Identifier (SID), SQL Instance SID, and Project SID associated with the list of Geospatial Analyses to retrieve.

Return Value

A GetExposureConcentrationAnalysesResponse containing a list of Geospatial Analyses in the specified Project, 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 Instance SID to pass into this method, call the GetSqlInstances() method.

To find the Project SID to pass into this method, call the GetProjects() method.

For information about submitting a new Geospatial Analysis job, see the SubmitRingConcentrationAnalysis(), SubmitZoneConcentrationAnalysis(), and SubmitEventConcentrationAnalysis() methods.

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

ExposureConcentrationAnalysisServiceClient Class
ExposureConcentrationAnalysisServiceClient Members