Autodesk Vault ProfessionalVault API

GetEntityClass Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionIConfigurationManager

Gets an Entity Class corresponding to a specific well know entity class id

Syntax

EntityClass GetEntityClass(
   System.string eclassId
)
Function GetEntityClass( _
   ByVal eclassId As System.String _
) As EntityClass

Parameters

NameDescription
eclassIdThe ID of the Entity Class to retrieve. See Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.EntityClassIds

Return Value

The Entity Class with the specified ID, or null if there is no match

See Also