Gets a history of version change information about the current part.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
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
Reference