GetVersionHistory Method


Fabrication Part Get Version History Method

Gets a history of version change information about the current part.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<FabricationVersionInfo> GetVersionHistory()

Return Value

IList FabricationVersionInfo
A list of version information about the current part. The list starts with the most recent changes.
See Also