Reorders features and their operations.
.NET Syntax
Visual Basic (Usage) | |
---|
Dim instance As IPartDoc
Dim FeatureToMove As String
Dim MoveAfterFeature As String
Dim value As Boolean
value = instance.ReorderFeature(FeatureToMove, MoveAfterFeature)
|
Parameters
- FeatureToMove
Name of the feature to move
- MoveAfterFeature
Name of the feature that now precedes the feature in the FeatureManager design tree
Return Value
True if successful, false if not
See Also