ArcGIS Pro 2.6 API Reference Guide
CIMStatisticalDataCollectionField Class Members
Properties  Methods  Events


ArcGIS.Core.CIM Namespace : CIMStatisticalDataCollectionField Class

The following tables list the members exposed by CIMStatisticalDataCollectionField.

Public Constructors
 NameDescription
Public Constructor  
Top
Public Properties
 NameDescription
Public Property Gets or sets the alias of the field.  
Public Property Gets or sets how the values from the feature service are apportioned. For local data it should be one of the apportionment method from default hierarchy of the specified dataset. Use ?GEOM? for Area apportionment.  
Public Property Gets or sets the category of the field.  
Public Property Gets or sets how to display values of the field in reports.  
Public Property Gets or sets the field name from the data.  
Public Property Gets or sets the number of digits in a number. For example, the number 56.78 has a precision of 4. Precision is only valid for fields that are numeric.  
Public Property Gets or sets the additional attribute for 'Script' summary type that defines script which should be calculated.  
Public Property Gets or sets the additional attribute for 'Script' summary type that defines script language used by 'Script' attribute.  
Public Property Gets or sets the summary type how apportioned values are summarized to produce the final result.  
Public Property Gets or sets the additional attribute for 'Script' summary type that defines another fields used by script. These may include featureclass fields (even non-existing in calculator?) and another scripts.  
Public Property Gets or sets the description of vintage of the data (For example, "US2018 Q4").  
Public Property Gets or sets the additional attribute for 'Average' summary type that defines which field should be used to get weighted sum.  
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMStatisticalDataCollectionField with a specified state from a JSON encoding.  
Public Methodstatic (Shared in Visual Basic) Reconstructs the CIMStatisticalDataCollectionField with a specified state from an XML encoding.  
Public Method Not implemented, reserved for future use. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public Method Reads the element inside the reader. (Inherited from ArcGIS.Core.CIM.CIMObject)
Public MethodOverridden.  Creates a JSON encoding of the CIMStatisticalDataCollectionField and its current state.  
Public MethodOverridden.  Creates an XML encoding of the CIMStatisticalDataCollectionField and its current state.  
Public Method Writes the element inside the writer. (Inherited from ArcGIS.Core.CIM.CIMObject)
Top
Protected Methods
 NameDescription
Protected Method Called from a property setter to notify the framework that an Object member has changed. (Inherited from ArcGIS.Core.CIM.CIMObject)
Protected MethodOverridden.  Reads the child element inside the reader.  
Protected MethodOverridden.  Writes a child element to the writer.  
Top
Public Events
 NameDescription
Public Event Occurs when a property value changes. (Inherited from ArcGIS.Core.CIM.CIMObject)
Top
See Also

Reference

CIMStatisticalDataCollectionField Class
ArcGIS.Core.CIM Namespace