Autodesk Vault ProfessionalVault API

EntityIterationId Property

Autodesk.DataManagement.Client.Framework.Vault.Currency.EntitiesFileIteration

Gets the Iteration ID of this File.

Syntax

public System.long EntityIterationId {get;}
Public ReadOnly Property EntityIterationId As System.Long

Remarks

A File is an iteration based entity. The iteration id refers to a specific version of a file where the master id references information pertaining to all versions of the file.

This method is implemented as part of the IEntity interface

See Also