Sets the size of the picture on the sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSize( _
ByVal Width As Double, _
ByVal Height As Double, _
ByVal AspectRatioLocked As Boolean _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim Width As Double
Dim Height As Double
Dim AspectRatioLocked As Boolean
Dim value As Boolean
value = instance.SetSize(Width, Height, AspectRatioLocked)
|
Parameters
- Width
- Width of the picture in meters
- Height
Height of the picture in meters
- AspectRatioLocked
True to keep a fixed width and height aspect ratio, false to not
Return Value
True if the size of the picture is set, false if not
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0