Autodesk Vault ProfessionalVault API

CustomObjectDefinition Class

Autodesk.DataManagement.Client.Framework.VaultAutodesk.DataManagement.Client.Framework.Vault.Currency.Entities

A classification of a CustomObject. Each CustomObject has an underlying definition that describes its attributes and capabilities.

Syntax

public sealed class CustomObjectDefinition 
Public NotInheritable Class CustomObjectDefinition 

Constructors

NameDescription
CustomObjectDefinitionCreates an instance of a CustomObjectDefinition object

Properties

NameDescription
DisplayNameGets or Sets the display name of the CustomObjectDefinition
IconGets or Sets an icon associated with the CustomObjectDefinition Returns the icon or returns null if there is not an Icon configured for this CustomObjectDefinition
IdGets the unique identifier of the CustomObjectDefinition
PluralDisplayNameGets or Sets the plural display name of the CustomObjectDefinition
SystemNameGets the system name of the CustomObjectDefinition

Methods

NameDescription
GetImageGets an image associated with the CustomObjectDefinition

Returned By

Where you get a CustomObjectDefinition — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.DataManagement.Client.Framework.Vault.Currency.Entities.CustomObjectDefinition

See Also