ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Data.Topology Namespace / FeatureInfo Class / GetFeature Method

In This Topic
    GetFeature Method
    In This Topic
    Gets the complete parent ArcGIS.Core.Data.Feature. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public Feature GetFeature()
    Public Function GetFeature() As Feature

    Return Value

    The complete parent ArcGIS.Core.Data.Feature.
    Exceptions
    ExceptionDescription
    The underlying Topology is neither a geodatabase topology nor a feature service topology. Instead, it may be an ephemeral map topology.
    A geodatabase-related exception has occurred.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also