Touchstone 11.0 API Reference
Options Property (SubmitZoneExposureConcentrationAnalysisRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > SubmitZoneExposureConcentrationAnalysisRequest Class : Options Property
(Required) Contains the ZoneAnalysisOptions object associated with the Zone Geospatial Analysis job that you want to initiate.

This object specifies a list of Touchstone®-generated Sequential Identifiers (SIDs) that identify the Zone Sets to use as accumulators in the Zone Geospatial Analysis job that you are requesting.

Syntax
Public Property Options As ZoneAnalysisOptions
Dim instance As SubmitZoneExposureConcentrationAnalysisRequest
Dim value As ZoneAnalysisOptions
 
instance.Options = value
 
value = instance.Options
public ZoneAnalysisOptions Options {get; set;}
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

SubmitZoneExposureConcentrationAnalysisRequest Class
SubmitZoneExposureConcentrationAnalysisRequest Members