CIMBAColorCodedLayerParameters Class Members
In This Topic
The following tables list the members exposed by CIMBAColorCodedLayerParameters.
Public Constructors
Public Properties
| Name | Description |
| ActiveLevelOfDetail |
Gets or sets the level of details. It's a layer ID of a standard geography.
If ActiveLevelOfDetail is empty, automatic level selection based on the current map scale will be used.
|
| AreaOfInterest |
Gets or sets the area of interest parameters.
|
| BoundaryMode |
Gets or sets the Color Coded Layer boundary mode.
|
| DataSource |
Gets or sets the data source used in calculation of distances.
Structure of the value is TYPE;COUNTRY_INFO;LOCAL_DATA_INFO
where
TYPE can be ONLINE, LOCAL, or CUSTOM.
COUNTRY_INFO is country_id{|hierarchy}. For example, US|census or US.
LOCAL_DATA_INFO is ID of local dataset. For example, USA_ESRI_2019.
For example, for local US 2019 dataset it will be: "LOCAL;;USA_ESRI_2019".
If online US data source is used, it may be "ONLINE;US|census;".
Can be value of baDataSource GP GPEnvironment variable.
https://pro.arcgis.com/en/pro-app/tool-reference/environment-settings/ba-data-source.htm.
|
| LevelsOfDetail |
Gets or sets the level of detail items.
|
| RendererProperties |
Gets or sets the Color Coded Map renderer properties.
|
| ResultsPaneSettings |
Gets or sets the results pane settings.
|
| Variable |
Gets or sets the demographic variable name.
|
Top
Public Methods
Public Events
See Also