Autodesk Vault ProfessionalVault API

AssocPropItem Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A property on an association.

Syntax

public class AssocPropItem 
Public Class AssocPropItem 

Properties

NameDescription
FromIdAn ID of the 'from' Entity.
IdThe ID for the object.
PropDefIdThe property definition
ToIdAn ID of the 'to' Entity.
ValThe value of the property.
ValTypThe data type of Val.

Returned By

Where you get a AssocPropItem — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.AssocPropItem

See Also