Click or drag to resize

ElementSetDefinitionCreatePointElementSet Method (CoordinateType, IListICoordinate)

Creates an elementset where each element is a point, i.e., contains one vertex. Each member of the vertices list is added as a point-element with that vertex coordinate as point coordinate

Namespace:  DHI.Mike1D.Generic
Assembly:  DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
public static ElementSetDefinition CreatePointElementSet(
	CoordinateType coordinateType,
	IList<ICoordinate> vertices
)

Parameters

coordinateType
Type: DHI.Mike1D.Generic.Spatial.GeometryCoordinateType
Type of coordinate
vertices
Type: System.Collections.GenericIListICoordinate
List of ICoordinate to make into point elements

Return Value

Type: ElementSetDefinition
See Also