API.EntityType Method

Returns the type of entity as a string. Example "PART", "SHEET", "LINE"
Public Shared Function EntityType( _ 
ByVal entity As Object
) As String
This language is not supported or no code example is available.
public static string EntityType( 
object entity 
)
This language is not supported or no code example is available.
public:  
static String^ EntityType( 
object^ entity 
)
This language is not supported or no code example is available.
public static function EntityType( 
entity : object 
) : String;
This language is not supported or no code example is available.

Parameters

entity
object

Return Value

string

The type of the entity

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition