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