PkgItem Class
Autodesk.Connectivity.WebServices›Autodesk.Connectivity.WebServices
Information about an Item.
Syntax
public class PkgItem Public Class PkgItem Properties
| Name | Description |
|---|---|
| AttmtArray | An array of file attachments. |
| CadBOMStruct | The BOM structure type for this packaged item |
| Comm | Comments related to the revision. |
| Consume | Whether the item is marked consumable |
| ControlledByChangeOrder | If true, item is being controlled by a Change Order and certain properties cannot be manually changed. |
| Descr | A description of the Item. |
| ID | A unique identifier for the Item. |
| ItemConflict | An import or export conflict. |
| ItemDispTyp | The display name of the Item type. |
| ItemNum | The Item number. |
| ItemTitle | The display title for the Item. |
| ItemTyp | The system name of the Item type. |
| ItemTypId | The type of Item. Use GetAllItemTypes in the Item Service to get a list of valid values. |
| LastModDate | The last time the revision was modified. |
| LastModUserId | The ID of the user that made the last modification to the revision. |
| LastModUserName | The name of the user that made the last modification to the revision. |
| LfCycDefId | The lifecycle definition ID |
| LfCycDefName | The lifecycle definition name |
| LfCycStateId | The Life Cycle State ID of the revision. Use GetLifeCycleDef in the Item Service for a list of valid states. |
| LfCycStateName | The name of the Life Cycle State. |
| MasterID | The master ID for the Item. |
| NumSchmId | The Numbering Scheme for revisions. |
| Obsolete | Whether the item is marked obsolete |
| Resolution | The resolution to the conflict. |
| RevId | A unique identifier for the Item Revision. |
| RevNum | A string that is unique from other revisions of the same Item. |
| TipObsolete | Whether the item is the tip obsolete iteration |
| UDPArray | An array of user defined properties. |
| UoM | The Unit of Measure name for the revision. |
| UoMID | The Unit of Measure ID for the revision. Use GetAllUnitsOfMeasure in the Item Service to get a list of valid values. |
| VerNum | A 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