| Visual Basic | |
|---|---|
Sub Rollback( _ ByRef historyItem As EdmHistoryItem _ ) | |
| C# | |
|---|---|
void Rollback( ref EdmHistoryItem historyItem ) | |
| C++/CLI | |
|---|---|
void Rollback( & EdmHistoryItem% historyItem ) | |
Parameters
- historyItem
- EdmHistoryItem to which to roll back
See the IEdmHistory3 examples.
To populate historyItem, get the collection of history items by calling IEdmHistory::GetHistory.
- S_OK: The method successfully executed.
- S_FALSE: One of the arguments is invalid.
SOLIDWORKS PDM Professional 2017