Create1stAngleViews Method (IDrawingDoc)
Obsolete. Superseded by IDrawingDoc::1stAngleViews2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function Create1stAngleViews( _
ByVal ModelName As String _
) As Boolean |
Visual Basic (Usage) | |
---|
Dim instance As IDrawingDoc
Dim ModelName As String
Dim value As Boolean
value = instance.Create1stAngleViews(ModelName)
|
C# | |
---|
bool Create1stAngleViews(
string ModelName
) |
C++/CLI | |
---|
bool Create1stAngleViews(
& String^ ModelName
) |
Parameters
- ModelName
-
See Also