Autodesk Vault ProfessionalVault API

CustomObject Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesCustomObject

Creates a Change Order entity object

Syntax

public CustomObject(
   Connection vltConn,
   CustEnt webServiceCustomObject
)
Public Function New( _
   ByVal vltConn As Connection, _
   ByVal webServiceCustomObject As CustEnt _
)

Parameters

NameDescription
vltConnA connection to a vault that this ChangeOrder belongs to.
webServiceCustomObjectA low level ChangeOrder object as returned by the Web Services.

See Also