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