Moves the specified drawing view from the View Palette to the current drawing sheet.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function DropDrawingViewFromPalette2( _
ByVal PaletteViewName As String, _
ByVal X As Double, _
ByVal Y As Double, _
ByVal Z As Double _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim PaletteViewName As String
Dim X As Double
Dim Y As Double
Dim Z As Double
Dim value As View
value = instance.DropDrawingViewFromPalette2(PaletteViewName, X, Y, Z)
|
C# | |
---|
View DropDrawingViewFromPalette2(
string PaletteViewName,
double X,
double Y,
double Z
) |
C++/CLI | |
---|
View^ DropDrawingViewFromPalette2(
& String^ PaletteViewName,
& double X,
& double Y,
& double Z
) |
Parameters
- PaletteViewName
- Name of the drawing view to move to the drawing sheet
- X
x coordinate where to drop the drawing view
- Y
- y coordinate where to drop the drawing view
- Z
- z coordinate where to drop the drawing view; this coordinate is always 0
Return Value
View
Example
Remarks
See Also
Availability
SolidWorks 2007 SP4, Revision Number 15.4