Autodesk Vault ProfessionalVault API

ChangeOrderGrp Class

Autodesk.Connectivity.WebServicesAutodesk.Connectivity.WebServices

A Change Order and associated objects.

Syntax

public class ChangeOrderGrp 
Public Class ChangeOrderGrp 

Properties

NameDescription
AttmtIdArrayAn array of file IDs indicating the attached files.
ChangeOrderA Change Order object.
FileIdArrayAn array of file IDs indicating the files being tracked by the Change Order.
ForumIdThe associated Forum.
ItemAllowEditArrayIf true, the corresponding Item allows edits.
ItemIdArrayAn array of Items associated with the Change Order. If the Change Order is active, this value will be the latest Iteration. If the Change Order is inactive, the value will be the latest version at the time the Change Order was inactivated.
RoutingThe Routing that the Change Order was created with.
WorkflowInformation about the Workflow.

Returned By

Where you get a ChangeOrderGrp — members that return one.

Inheritance Hierarchy

  • System.Object
  • Autodesk.Connectivity.WebServices.ChangeOrderGrp

See Also