ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Desktop.Editing.Attributes Namespace / Inspector Class / GeometryAttribute Property

In This Topic
    GeometryAttribute Property
    In This Topic
    Gets the geometry (shape) attribute.
    Syntax
    public Attribute GeometryAttribute {get;}
    Public ReadOnly Property GeometryAttribute As Attribute
    Remarks
    To return the actual geometry of the feature you can use the Shape property.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also