Autodesk Vault ProfessionalVault API

GetCustomObjectDefinitionById Method

Autodesk.DataManagement.Client.Framework.Vault.Services.ConnectionICustomObjectManager

Gets a CustomObjectDefinition.

Syntax

CustomObjectDefinition GetCustomObjectDefinitionById(
   System.long defId
)
Function GetCustomObjectDefinitionById( _
   ByVal defId As System.Long _
) As CustomObjectDefinition

Parameters

NameDescription
defIdThe id of the CustomObjectDefinition to retrieve.

Return Value

A CustomObjectDefinition or null if it does not exist.

See Also