Gets the point corresponding to this vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetPoint() As System.Object |
Visual Basic (Usage) | |
---|
Dim instance As IVertex
Dim value As System.Object
value = instance.GetPoint() |
C# | |
---|
System.object GetPoint() |
C++/CLI | |
---|
System.Object^ GetPoint(); |
Return Value
Array of 3 doubles (x,y,z)
Example
See Also