FRAMES | NO FRAMES
StdGeographiesFromExtentParams Type

Parameters of StdGeographiesFromExtent utility method.

Availability: Business Analyst Server, Business Analyst Online.

class StdGeographiesFromExtentParams : AnalysisParameters

Property Description
AnalysisExtent Analysis extent to select locations within. Type ExtentData.
GeoLevelID The unique identifier for the standard geography level. The list of available geography levels could be retrieved with GetStandardGeographyLevels method. Type String.
SpatialRelationship Specifies a relationship for selection locations having intersection with the analysis extent. Type esriSpatialRelEnum.
ActiveDatasetID ID of the active dataset. Type String. Available with Business Analyst Server. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. Available with Business Analyst Server. Inherited from AnalysisParameters.
OutputSpatialReference An option specifying the spatial reference to return the output feature layer in. Type SpatialReference. If this parameter is missing, the output record set will be returned in the default spatial reference. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
ReturnGeometry An option specifying the presence of the shape attribute in the returned record set. Type Boolean. Available with Business Analyst Server 10.0 SP1. Inherited from AnalysisParameters.
Default: true.
token User authentication token received from Authentication Web Service. Type String. Available with Business Analyst Online. Inherited from AnalysisParameters.

See Also