Touchstone 11.0 API Reference
Options Property (SubmitRingExposureConcentrationAnalysisRequest)


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Api Namespace > SubmitRingExposureConcentrationAnalysisRequest Class : Options Property
(Required) Contains the RingAnalysisOptions object associated with the Ring Geospatial Analysis job to initiate.

For example, you can specify the damage functions to use and whether to remove duplicate rings from the results of the analysis.

Syntax
Public Property Options As RingAnalysisOptions
Dim instance As SubmitRingExposureConcentrationAnalysisRequest
Dim value As RingAnalysisOptions
 
instance.Options = value
 
value = instance.Options
public RingAnalysisOptions 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

SubmitRingExposureConcentrationAnalysisRequest Class
SubmitRingExposureConcentrationAnalysisRequest Members