Autodesk Vault ProfessionalVault API

UniqueId Property

Autodesk.Connectivity.WebServicesBOMComp

Unique data within the scope of the design file used to identify the Component. For Inventor files, the GUID used to identify the Component is used (or GUID plus VirtualComponentDefinition._PropertySetsId for Virtual components). For DWG files, the HandleID associated with the Component is used.

Syntax

public System.string UniqueId {get; set;}
Public Property UniqueId As System.String

See Also