Creates a drawing view on the current drawing sheet using the specified model view.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreateDrawViewFromModelView3( _
ByVal ModelName As System.String, _
ByVal ViewName As System.String, _
ByVal LocX As System.Double, _
ByVal LocY As System.Double, _
ByVal LocZ As System.Double _
) As View |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim ModelName As System.String
Dim ViewName As System.String
Dim LocX As System.Double
Dim LocY As System.Double
Dim LocZ As System.Double
Dim value As View
value = instance.CreateDrawViewFromModelView3(ModelName, ViewName, LocX, LocY, LocZ) |
C# | |
---|
View CreateDrawViewFromModelView3(
System.string ModelName,
System.string ViewName,
System.double LocX,
System.double LocY,
System.double LocZ
) |
C++/CLI | |
---|
View^ CreateDrawViewFromModelView3(
& System.String^ ModelName,
& System.String^ ViewName,
& System.double LocX,
& System.double LocY,
& System.double LocZ
) |
Parameters
- ModelName
- Full pathname of the model document for which to create the drawing view (see Remarks)
- ViewName
- Name of the model view from which to create the drawing view (see Remarks)
- LocX
- x location of drawing view center in meters
- LocY
- y location of drawing view center in meters
- LocZ
- z location of drawing view center in meters
Return Value
Pointer to the newly create
IView object
Example
Remarks
See Also
Availability
SOLIDWORKS 2005 SP2, Revision Number 13.2