FRAMES | NO FRAMES |
The base class is for customer assignment parameters.
Availability: Business Analyst Server.
class AssignParameters : AnalysisParameters
Property | Description |
---|---|
AnalysisExtent (optional) | Data extent to restrict the analysis with. Type ExtentData. |
CustomerLinkField | The name of field in the Customers layer is to be used for assignment of customers with stores or trade areas. Type String. |
Customers | The customer layer used to make the customers assignment. Type PointLayer. |
StoreIDField | The attribute field name in the store/trade area layer which is associated with unique store/business IDs (typically store numbers for retail establishments with multiple locations). Type String. |
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. 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. |