Autodesk Vault ProfessionalVault API

UpdateRevisionSequence Method

Autodesk.Connectivity.WebServicesRevisionService

Updates a revision sequence.

Required Permissions

ManageBehaviorDefinition

Syntax

public RevSeq UpdateRevisionSequence(
   System.long revSeqenceId,
   System.string name,
   System.string[] labels,
   System.int startIndex
)
Public Function UpdateRevisionSequence( _
   ByVal revSeqenceId As System.Long, _
   ByVal name As System.String, _
   ByVal labels() As System.String, _
   ByVal startIndex As System.Integer _
) As RevSeq

Parameters

NameDescription
revSeqenceIdThe ID of the sequence to update.
nameThe new name of the sequence.
labelsThe new set of labels.
startIndexThe new start index (zero based).

Return Value

The updated revision sequence object.

See Also