CreatePlaneThru3Points2 Method (IModelDoc)
Obsolete. Superseded by IModelDoc2::CreatePlaneThru3Points2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function CreatePlaneThru3Points2() As Object |
Visual Basic (Usage) | |
---|
Dim instance As IModelDoc
Dim value As Object
value = instance.CreatePlaneThru3Points2()
|
C# | |
---|
object CreatePlaneThru3Points2() |
C++/CLI | |
---|
Object^ CreatePlaneThru3Points2(); |
See Also