ArcGIS Pro 3.4 API Reference Guide
ArcGIS.Core.Data Namespace / FeatureClass Class / Is3DObjectFeatureClass Method

In This Topic
    Is3DObjectFeatureClass Method
    In This Topic
    Gets a value indicating whether this table is a 3D object feature layer. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public bool Is3DObjectFeatureClass()
    Public Function Is3DObjectFeatureClass() As Boolean

    Return Value

    true this table is a 3D object feature layer; otherwise, false.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also