Autodesk Vault ProfessionalVault API

BOMCompAttr Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Components within the BOM can be attributed with additional information using BOMCompAttr objects.

Syntax

public class BOMCompAttr 
Public Class BOMCompAttr 

Properties

NameDescription
CompIdThe Id of the component that this attribute applies to.
IdA unique ID for this component attribute.
PropIdThe Id of the property definition that this attribute applies to.
ValThe value of the attribute.

Returned By

Where you get a BOMCompAttr — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.BOMCompAttr

See Also