Autodesk Vault ProfessionalVault API

BOMInstAttr Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Instances within the BOM can be attributed with additional information using BOMInstAttr objects.

Syntax

public class BOMInstAttr 
Public Class BOMInstAttr 

Properties

NameDescription
IdA unique ID for this instance attribute.
InstIdThe ID of the instance that this attribute applies to.
PropIdThe ID of the property definition that this attribute applies to.
ValThe value of the attribute.

Returned By

Where you get a BOMInstAttr — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.BOMInstAttr

See Also