ArcGIS Pro 3.7 API Reference Guide
ArcGIS.Core.Data Namespace / FeatureClassDefinition Class / GetShapeType Method

In This Topic
    GetShapeType Method (FeatureClassDefinition)
    In This Topic
    Gets the ArcGIS.Core.Geometry.GeometryType for the FeatureClass. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    Public Function GetShapeType() As GeometryType
    public GeometryType GetShapeType()

    Return Value

    Exceptions
    ExceptionDescription
    A geodatabase-related exception has occurred.
    Requirements

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

    ArcGIS Pro version: 3.0 or higher.
    See Also