Autodesk Vault ProfessionalVault API

CustomObjectDefinition Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesCustomObjectDefinition

Creates an instance of a CustomObjectDefinition object

Syntax

public CustomObjectDefinition(
   System.long id,
   System.string systemName,
   System.string displayName,
   System.string pluralDisplayName
)
Public Function New( _
   ByVal id As System.Long, _
   ByVal systemName As System.String, _
   ByVal displayName As System.String, _
   ByVal pluralDisplayName As System.String _
)

Parameters

NameDescription
idThe unique identifier of the CustomObjectDefinition
systemNameThe system name of the CustomObjectDefinition
displayNameThe display name of the CustomObjectDefinition
pluralDisplayNameThe plural display name of the CustomObjectDefinition

See Also