ArcGIS Pro 3.7 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 Function IsCOGOEnabled() As Boolean
    public bool IsCOGOEnabled()

    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 Home, Pro, Enterprise (64 bit)

    ArcGIS Pro version: 3.0 or higher.
    See Also