Autodesk Vault ProfessionalVault API

GetAllCustomEntityDefinitions Method

Autodesk.Connectivity.WebServicesCustomEntityService

Gets all of the custom entity definitions for this Vault.

Required Permissions

AllowAny

Syntax

public CustEntDef[] GetAllCustomEntityDefinitions()
Public Function GetAllCustomEntityDefinitions() As CustEntDef()

Return Value

The list of all custom entity definitions for this Vault.

See Also