Moves components to a different location in the FeatureManager tree.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IReorderComponents( _
ByVal Count As System.Integer, _
ByRef Source As Component2, _
ByVal Target As System.Object, _
ByVal Where As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IAssemblyDoc
Dim Count As System.Integer
Dim Source As Component2
Dim Target As System.Object
Dim Where As System.Integer
Dim value As System.Boolean
value = instance.IReorderComponents(Count, Source, Target, Where) |
C# | |
---|
System.bool IReorderComponents(
System.int Count,
ref Component2 Source,
System.object Target,
System.int Where
) |
C++/CLI | |
---|
System.bool IReorderComponents(
& System.int Count,
& Component2^% Source,
& System.Object^ Target,
& System.int Where
) |
Parameters
- Count
- Number of items in the Source array
- Source
- Array of the components to move
- Target
- Target component or folder feature to which to move the components
- Where
- Where to move the components as defined in swReorderComponentsWhere_e
Return Value
True if the components were moved, false if not
Remarks
See Also
Availability
SolidWorks 2007 SP2, Revision Number 15.2