<Code Lib>
2023 Method
Changes 0
M

FabricationPart.GetVersionHistory

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

public IList<FabricationVersionInfo> GetVersionHistory()

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

Loading…