Rolls back or forward the rollback bar to a specific location in the FeatureManager design tree.  
             
            
.NET Syntax
| Visual Basic (Declaration) |  | 
|---|
| Function EditRollback( _
   ByVal Location As System.Integer, _
   ByVal Feature As System.String _
) As System.Boolean | 
| Visual Basic (Usage) |  | 
|---|
| Dim instance As IFeatureManager
Dim Location As System.Integer
Dim Feature As System.String
Dim value As System.Boolean
 
value = instance.EditRollback(Location, Feature) | 
| C++/CLI |  | 
|---|
| System.bool EditRollback( 
&   System.int Location,
&   System.String^ Feature
)  | 
Parameters
- Location
- Location to which to move the rollback bar as defined in swMoveRollbackBarTo_e 
- Feature
- Name of the feature
Return Value
True if moving the rollback bar back or forward was successful, false if not
Example
            Remarks
 
            
            See Also
 
            Availability
SOLIDWORKS 2003 FCS, Revision Number 11.0