Click or drag to resize

ElementSetDefinitionCreatePolygonElementSet Method

Creates an elementset with one element being a polygon

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 CreatePolygonElementSet(
	CoordinateType coordinateType,
	IEnumerable<ICoordinate> vertices
)

Parameters

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

Return Value

Type: ElementSetDefinition
See Also