Autodesk Vault ProfessionalVault API

FileElementPropDef Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A property definition for an element within a file.

Syntax

public class FileElementPropDef 
Public Class FileElementPropDef 

Properties

NameDescription
DispNameThe display name of the property.
IdThe ID of the object.
IsFacetIf true, it can be used for getting a facet set. If false, it cannot be used to get a facet set.
IsSysIf true, the object is a system property.
TypThe data type of the property values.

Returned By

Where you get a FileElementPropDef — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.FileElementPropDef

See Also