Autodesk Vault ProfessionalVault API

UpdateCustomObjectDefinition Method

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

Updates a custom object definition.

Syntax

CustomObjectDefinition UpdateCustomObjectDefinition(
   CustomObjectDefinition def,
   ACE[] proxyAcl
)
Function UpdateCustomObjectDefinition( _
   ByVal def As CustomObjectDefinition, _
   ByVal proxyAcl() As ACE _
) As CustomObjectDefinition

Parameters

NameDescription
defThe CustomObjectDefinition with updated values.
proxyAclThe access permissions object.

Return Value

The updated CustomObjectDefinition.

See Also