Reorders the drawing sheets per their positions in the input array.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IReorderSheets( _
ByVal SheetCount As Integer, _
ByRef NewSheetList As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim SheetCount As Integer
Dim NewSheetList As String
Dim value As Boolean
value = instance.IReorderSheets(SheetCount, NewSheetList)
|
Parameters
- SheetCount
Number of sheets to reorder
- NewSheetList
Array of the names of the sheets to reorder
Return Value
True if the sheets are reordered per their position in NewSheetList, false if not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0