Creates standard three orthographic views (first angle projection) for the specified model.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Create1stAngleViews2( _
ByVal ModelName As System.String _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim ModelName As System.String
Dim value As System.Boolean
value = instance.Create1stAngleViews2(ModelName) |
C# | |
---|
System.bool Create1stAngleViews2(
System.string ModelName
) |
C++/CLI | |
---|
System.bool Create1stAngleViews2(
& System.String^ ModelName
) |
Parameters
- ModelName
- Name of the document from which to create views
Return Value
True if successful, false if not
Remarks
See Also
Availability
SOLIDWORKS 99 SP01, datecode 1999229