ArcGIS Pro 3.7 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 Function Get3DObjectFields() As HashSet(Of String)
    public HashSet<string> Get3DObjectFields()

    Return Value

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

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

    ArcGIS Pro version: 3.4 or higher.
    See Also