Autodesk Vault ProfessionalVault API

PkgItem Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

Information about an Item.

Syntax

public class PkgItem 
Public Class PkgItem 

Properties

NameDescription
AttmtArrayAn array of file attachments.
CadBOMStructThe BOM structure type for this packaged item
CommComments related to the revision.
ConsumeWhether the item is marked consumable
ControlledByChangeOrderIf true, item is being controlled by a Change Order and certain properties cannot be manually changed.
DescrA description of the Item.
IDA unique identifier for the Item.
ItemConflictAn import or export conflict.
ItemDispTypThe display name of the Item type.
ItemNumThe Item number.
ItemTitleThe display title for the Item.
ItemTypThe system name of the Item type.
ItemTypIdThe type of Item. Use GetAllItemTypes in the Item Service to get a list of valid values.
LastModDateThe last time the revision was modified.
LastModUserIdThe ID of the user that made the last modification to the revision.
LastModUserNameThe name of the user that made the last modification to the revision.
LfCycDefIdThe lifecycle definition ID
LfCycDefNameThe lifecycle definition name
LfCycStateIdThe Life Cycle State ID of the revision. Use GetLifeCycleDef in the Item Service for a list of valid states.
LfCycStateNameThe name of the Life Cycle State.
MasterIDThe master ID for the Item.
NumSchmIdThe Numbering Scheme for revisions.
ObsoleteWhether the item is marked obsolete
ResolutionThe resolution to the conflict.
RevIdA unique identifier for the Item Revision.
RevNumA string that is unique from other revisions of the same Item.
TipObsoleteWhether the item is the tip obsolete iteration
UDPArrayAn array of user defined properties.
UoMThe Unit of Measure name for the revision.
UoMIDThe Unit of Measure ID for the revision. Use GetAllUnitsOfMeasure in the Item Service to get a list of valid values.
VerNumA sequential number given to each version. For example, if VerNum is 5, than the object is the 5th version.

Returned By

Where you get a PkgItem — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.PkgItem

See Also