Click or drag to resize

CoordinateCreate Method (CoordinateType, Double)

Create a coordinate of the given type. It must have a number of input argument matching the coordtype

Namespace:  DHI.Mike1D.Generic.Spatial.Geometry
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static Coordinate Create(
	CoordinateType coordtype,
	params double[] coords
)

Parameters

coordtype
Type: DHI.Mike1D.Generic.Spatial.GeometryCoordinateType
Type of coordinate
coords
Type: SystemDouble
Coordinates for each axis type

Return Value

Type: Coordinate
See Also