ArcGIS Pro 2.8 API Reference Guide
IsCOGOEnabled Method

ArcGIS.Core.Data Namespace > FeatureClassDefinition Class : IsCOGOEnabled Method
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 10, Windows 8.1

See Also

Reference

FeatureClassDefinition Class
FeatureClassDefinition Members