Sets the standard sheet size and the size of the sheet so that the drawing looks correct.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSize( _
ByVal Size As Integer, _
ByVal Width As Double, _
ByVal Height As Double _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Size As Integer
Dim Width As Double
Dim Height As Double
Dim value As Boolean
value = instance.SetSize(Size, Width, Height)
|
Parameters
- Size
- Paper size as defined in swDwgPaperSizes_e
- Width
- Width of sheet
- Height
- Height of sheet
Return Value
True if the size of the sheet is set, false if not
See Also
Availability
SolidWorks 2007 FCS, Revision Number 15.0