IElementDefinitionGetVertex Method |
Returns the coordinate for the given vertex number
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax ICoordinate GetVertex(
int vertexNumber
)
Parameters
- vertexNumber
- Type: SystemInt32
Number of vertex to get coordinate for, must be between 0 and VertexCount-1
Return Value
Type:
ICoordinateThe coordinates for the given vertex
See Also