FabricationPartGetVersionHistory Method

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

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

Return Value

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