EditRollback Method (IPartDoc)
Rolls back the part's history to the feature just before the currently selected feature in the FeatureManager design tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub EditRollback() |
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
instance.EditRollback() |
C++/CLI | |
---|
void EditRollback(); |
Example
See Also