ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data Namespace / FeatureClassDefinition Class / IsCOGOEnabled Method

In This Topic
    IsCOGOEnabled Method
    In This Topic
    Gets a value indicating whether this feature class is COGO (Coordinate Geometry) enabled.
    Syntax
    public bool IsCOGOEnabled()
    Public Function IsCOGOEnabled() As Boolean

    Return Value

    true if this feature class is COGO enabled; otherwise, false.
    Exceptions
    ExceptionDescription
    The definition does not support this operation (e.g., the feature class is a shapefile).
    A geodatabase-related exception has occurred.
    Remarks
    A COGO enabled feature class has the following fields, all marked as required: Direction (double) Distance (double) Radius (double) ArcLength (double) Radius2 (double)
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also