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