ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.CIM Namespace / CIMBinningFeatureReduction Class / SpatialReference Property

In This Topic
    SpatialReference Property (CIMBinningFeatureReduction)
    In This Topic
    Gets or sets the spatial reference in which features are aggregated.
    Syntax
    public SpatialReference SpatialReference {get; set;}
    Public Property SpatialReference As SpatialReference
    Remarks
    A dataset may be aggregated in one or more spatial references. These may differ from the spatial reference of the dataset itself (the Geohash scheme always uses WGS84, for example). This property is the user's choice from among those spatial references.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also