Creates a an empty view in a drawing.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateViewport3( _
ByVal LowerLeftX As System.Double, _
ByVal LowerLeftY As System.Double, _
ByVal SketchSize As System.Short, _
ByVal Scale As System.Double _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim LowerLeftX As System.Double
Dim LowerLeftY As System.Double
Dim SketchSize As System.Short
Dim Scale As System.Double
Dim value As View
value = instance.CreateViewport3(LowerLeftX, LowerLeftY, SketchSize, Scale) |
Parameters
- LowerLeftX
- x value for lower-left coordinate for the view
- LowerLeftY
y value for lower-left coordinate for the view
- SketchSize
Approximate number of entries
- Scale
Scale to use for the view
Return Value
Pointer to the newly created IView object
Remarks
See Also
Availability
SOLIDWORKS 2005 SP2, Revision Number 13.2