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 System.Integer, _
ByVal Width As System.Double, _
ByVal Height As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISheet
Dim Size As System.Integer
Dim Width As System.Double
Dim Height As System.Double
Dim value As System.Boolean
value = instance.SetSize(Size, Width, Height) |
C# | |
---|
System.bool SetSize(
System.int Size,
System.double Width,
System.double Height
) |
C++/CLI | |
---|
System.bool SetSize(
& System.int Size,
& System.double Width,
& System.double 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
Example
See Also
Availability
SOLIDWORKS 2007 FCS, Revision Number 15.0