Autodesk Vault ProfessionalVault API

PropDef Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Contains information about the properties available in the Vault.

Syntax

public class PropDef 
Public Class PropDef 

Properties

NameDescription
DfltValThe default value.
DispNameHow the property should be displayed in the UI.
EntClassAssocArrayThe entity classes this property definition is associated to.
IdA unique identifier that the vault uses to reference the property definition.
IsActTells if the property definition is active. True means the object is active. False means the object is inactive, which is what happens when the property definition is deleted but there are existing property instances.
IsBasicSrchIf true, this property definition is used in a basic search. If false, this property definition is not used in a basic search.
IsSysIf true, the proeprty is a system property.
SysNameHow the property should be displayed as a column header.
TypThe data type.
UsageCountDeprecated - do not use.

Returned By

Where you get a PropDef — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.PropDef

See Also