Autodesk Vault ProfessionalVault API

Item Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A version of an Item Revision

Syntax

public class Item 
Public Class Item 

Properties

NameDescription
CadBOMStructDescribes the structure type of the associated BOM
CatCategory assigned to the item
CommReserved for future use.
ControlledByChangeOrderIf true, item is being controlled by a Change Order and certain properties cannot be manually changed.
DetailA description of the version.
IdThe unique identifier for the object.
IsCloakedIf true, the logged-in user is restricted from seeing this item. The only valid data in a cloaked Item is the Id and MasterId. All other data will be null or 0.
ItemNumThe Item number.
LastModDateThe last time the Revision was modified.
LastModUserIdThe ID of the user that made the last modification.
LastModUserNameThe name of the user that made the last modification.
LfCycLife cycle assigned to the item
LfCycStateIdThe Life Cycle State.
LockedReserved for future use.
MasterIdA unique identifier used to group all the versions of an Item. In other words, different versions of an Item will have a different Id but the same MasterId.
MaxCommittedIdTip committed iteration Id of the item
NumSchmIdThe Numbering Scheme for the Item.
RevIdThe ID for the Item Revision.
RevNumThe display value for the revision.
TitleThe display title.
UnitIdThe Unit of Measure ID.
UnitsThe units for the Item.
VerNumThe version number, which is a sequential number given to each version. For example, if this value is 5, then the object is the 5th version.

Returned By

Where you get a Item — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.Item

See Also