ArcGIS Pro 3.7 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 Function New( _
       ByVal uid As Object, _
       ByVal typeName As String _
    )
    public Entity( 
       object uid,
       string typeName
    )

    Parameters

    uid
    typeName
    Requirements

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

    ArcGIS Pro version: 3.6 or higher.
    See Also