CIMStatisticalDataCollectionStandardDataCalculator Class Members
In This Topic
The following tables list the members exposed by CIMStatisticalDataCollectionStandardDataCalculator.
Public Constructors
Public Properties
| Name | Description |
| DatasetID |
Gets or sets the DatasetID which is used for getting the information about which points layer will be available and which apportionment methods will be used.
For example, for US 2019 dataset it will be ID of the dataset: "USA_ESRI_2019".
|
| Name |
Gets or sets the Name of the calculator.
(Inherited from ArcGIS.Core.CIM.CIMStatisticalDataCollectionCalculator) |
| Variables |
Gets or sets the variables of the calculator.
|
Top
Public Methods
| Name | Description |
| Clone |
Creates a deep copy of CIMStatisticalDataCollectionStandardDataCalculator.
|
| FromJson |
Reconstructs the CIMStatisticalDataCollectionStandardDataCalculator with a specified state from a JSON encoding.
|
| GetSchema |
Not implemented, reserved for future use.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ReadXml |
Reads the element inside the reader.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
| ToJson | Overridden.
Creates a JSON encoding of the CIMStatisticalDataCollectionStandardDataCalculator and its current state.
|
| WriteXml |
Writes the element inside the writer.
(Inherited from ArcGIS.Core.CIM.CIMObject) |
Top
Public Events
See Also