Touchstone 11.0 API Reference
BoundingBox Property


Air.Services.Proxy Assembly > AIR.Services.ExposureConcentrationAnalysis.Data Namespace > RingAnalysisOptions Class : BoundingBox Property
Contains options that enable you to configure Bounding Box coordinates to use in Ring Geospatial Analysis.

The bounding box functionality enables you to run a set of exposures within the coordinates for each analysis. This can be useful, for example, in Marginal Impact analyses.

If you do not configure the Bounding Box boundaries, Touchstone automatically creates a boundary. The analysis completes with exceptions if there are no exposures in that boundary.

Syntax
Public Property BoundingBox As BoundingBox
Dim instance As RingAnalysisOptions
Dim value As BoundingBox
 
instance.BoundingBox = value
 
value = instance.BoundingBox
public BoundingBox BoundingBox {get; set;}
Remarks
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

RingAnalysisOptions Class
RingAnalysisOptions Members