Autodesk Vault ProfessionalVault API

EntityRevision Constructor

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesEntityRevision

Constructs an instance of an EntityRevision object

Syntax

public EntityRevision(
   IEntity entity,
   System.string revisionName,
   System.string lifecycleStateName
)
Public Function New( _
   ByVal entity As IEntity, _
   ByVal revisionName As System.String, _
   ByVal lifecycleStateName As System.String _
)

Parameters

NameDescription
entityThe entity object associated with this revision
revisionNameThe name of the Revision associated with the entity
lifecycleStateNameThe name of the Lifecycle State that the entity is in

See Also