Autodesk Vault ProfessionalVault API

GetCustomObjectDefinitions Method

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

Gets all CustomObjectDefinition's.

Syntax

System.Collections.Generic.IEnumerable<CustomObjectDefinition> GetCustomObjectDefinitions()
Function GetCustomObjectDefinitions() As System.Collections.Generic.IEnumerable(Of CustomObjectDefinition)

Return Value

All of the CustomObjectDefinition's.

See Also