Autodesk Vault ProfessionalVault API

AssocPropDef Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A property definition on an association.

Syntax

public class AssocPropDef 
Public Class AssocPropDef 

Properties

NameDescription
AssocPropTypThe type of association the property applies to.
DfltValA default value. If a property of this type is added and a value is not specified, the default value is used.
DispNameThe display name.
IdThe unique identifier.
IsActIf true, the property definition is active. If false, it is not active.
SysNameThe system name. This value is unique.
TypThe data type.
UsageCountDeprecated - do not use.

Returned By

Where you get a AssocPropDef — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.AssocPropDef

See Also