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

In This Topic
    Get3DObjectFields Method
    In This Topic
    Gets a set of field names if this table is a 3D object feature layer. This method must be called on the MCT. Use QueuedTask.Run.
    Syntax
    public HashSet<string> Get3DObjectFields()
    Public Function Get3DObjectFields() As HashSet(Of String)

    Return Value

    true a set of field names if it is a 3D object feature layer; otherwise, null.
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.4 or higher.
    See Also