FRAMES | NO FRAMES
TargetMapParameters Type

Parameters of TargetMap task.

Availability: Business Analyst Server.

class TargetMapParameters : StandardReportParameters

Property Description
AnalysisExtent Data extent for analysis. Type ExtentData.
SegmentationBase Segmentation base. Use the GetSegBases lookup operation to query available segmentation bases. Type String.
SegmentationLevel Segmentation level ID. Use the GetSegmentationLevels lookup operation to query available segmentation level IDs and names. Type String.
SelectedSegments Array of selected Tapestry segments. Type String[].
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. Available with Business Analyst Server 9.3.1. Inherited from StandardReportParameters.
ActiveDatasetID ID of the active dataset. Type String. Inherited from AnalysisParameters.
IsFullErrorMessage Mode for composing error messages. Type Boolean. 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.

Remarks

The AnalysisExtent property specifies the market area to thematically shade locations in. The SegmentationBase property specifies the base for assignment segments to geography sites. The SegmentationLevel property specifies the ID of a segmentation level. The SelectedSegments property specifies the list of IDs of Tapestry segments of your interest.

See Also