Gets the size of the picture on the sketch.
.NET Syntax
Visual Basic (Declaration) | |
---|
Sub GetSize( _
ByRef Width As System.Double, _
ByRef Height As System.Double _
) |
Visual Basic (Usage) | |
---|
Dim instance As ISketchPicture
Dim Width As System.Double
Dim Height As System.Double
instance.GetSize(Width, Height) |
C# | |
---|
void GetSize(
out System.double Width,
out System.double Height
) |
C++/CLI | |
---|
void GetSize(
& [Out] System.double Width,
& [Out] System.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