Hello, How I can move folder (up or down) on feature manager?
I Try
Visual Basic (Usage) | |
---|---|
Dim instance As IFeatureManager Dim MoveToFeat As System.String Dim MoveFromFeat As System.String Dim IsFolder As System.Boolean Dim value As System.Boolean value = instance.MoveToFolder(MoveToFeat, MoveFromFeat, IsFolder) |
dont work
SolidworksApi macros