ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Desktop.Editing.COGO Namespace / Traverse Class / PolygonObjectID Property

In This Topic
    PolygonObjectID Property
    In This Topic
    Gets the ObjectID for the polygon feature created for the traverse. This is populated only after CreateTraverse has been called for the traverse.
    Syntax
    Public ReadOnly Property PolygonObjectID As Long
    public long PolygonObjectID {get;}

    Property Value

    ObjectID for the polygon feature. -1 if no feature has been created for the polygon.
    Requirements

    Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.7 or higher.
    See Also