GetEntityClass Method
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 EntityClassParameters
| Name | Description |
|---|---|
| eclassId | The 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