FRAMES | NO FRAMES
CustomerDemographicComparisonParameters Type

Parameters of CustomerDemographicComparison task.

Availability: Business Analyst Server 10.0.

class CustomerDemographicComparisonParameters : StandardReportParameters

Property Description
AnalysisExtent Extent of the customers to be analyzed. Type ExtentData.
FirstCustomerLayer The first customer layer to analyze. Type PointLayer.
GeographyLayerID ID of a standard geography layer to get demography from. Type String.
SecondCustomerLayer The second customer layer to analyze. Type PointLayer.
Summarizations Summarization fields to compare customer layers by. Type String[].
StandardReportOptions Report parameters. The TemplateName parameter is ignored. Type ReportOptions. 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.

See Also