ArcGIS Pro 3.6 API Reference Guide
ArcGIS.Core.Data.Knowledge.Analytics Namespace / Entity Class / Entity Constructor

In This Topic
    Entity Constructor
    In This Topic
    Represents an entity of the graph.
    Syntax
    public Entity( 
       object uid,
       string typeName
    )
    Public Function New( _
       ByVal uid As Object, _
       ByVal typeName As String _
    )

    Parameters

    uid
    typeName
    Requirements

    Target Platforms: Windows 11, Windows 10

    ArcGIS Pro version: 3.6 or higher.
    See Also