Gets the point corresponding to this vertex.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IGetPoint() As System.Double |
Visual Basic (Usage) | |
---|
Dim instance As IVertex
Dim value As System.Double
value = instance.IGetPoint() |
C# | |
---|
System.double IGetPoint() |
C++/CLI | |
---|
System.double IGetPoint(); |
Return Value
- in-process, unmanaged C++: Pointer to an array of three doubles representing the x, y, and z coordinates of the point
- VBA, VB.NET, C#, and C++/CLI: Not supported
See In-process Methods for details about this type of method.
See Also