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