Gets the size of the picture on the sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetSize( _
ByRef Width As Double, _
ByRef Height As Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim Width As Double
Dim Height As Double
instance.GetSize(Width, Height)
|
C++/CLI | |
---|
void GetSize(
& [Out] double Width,
& [Out] double Height
) |
Parameters
- Width
- Width of the picture in meters
- Height
- Height of the picture in meters
Example
See Also
Availability
SolidWorks 2008 FCS, Revision Number 16.0