DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.Generic.Spatial.Geometry
CoordinateList Class
CoordinateList Methods
Create Method
Create Method (CoordinateType)
Create Method (CoordinateType, IEnumerable(ICoordinate))
Create Method (CoordinateType, Int32)
CoordinateList
Create Method (CoordinateType, IEnumerable
ICoordinate
)
Creates a new CoordinateList of the specified type that contains elements copied from the specified collection and has sufficient capacity to accommodate the number of elements copied.
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#
Copy
public
static
CoordinateList
Create
(
CoordinateType
type
,
IEnumerable
<
ICoordinate
>
collection
)
Parameters
type
Type:
DHI.Mike1D.Generic.Spatial.Geometry
CoordinateType
collection
Type:
System.Collections.Generic
IEnumerable
ICoordinate
Return Value
Type:
CoordinateList
See Also
Reference
CoordinateList Class
Create Overload
DHI.Mike1D.Generic.Spatial.Geometry Namespace