IAddVertexPoint Method (IBody)
Obsolete. Superseded by IBody2::IAddVertextPoint.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IAddVertexPoint( _
ByRef Point As Double _
) As Vertex |
Visual Basic (Usage) | |
---|
Dim instance As IBody
Dim Point As Double
Dim value As Vertex
value = instance.IAddVertexPoint(Point)
|
C# | |
---|
Vertex IAddVertexPoint(
ref double Point
) |
C++/CLI | |
---|
Vertex^ IAddVertexPoint(
& double% Point
) |
Parameters
- Point
-
See Also