Click or drag to resize

CrossSectionPointListInsertRange Method

Inserts several points into the collection of points defining this cross section. To append to the collection, use Add(ICrossSectionPoint).

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public void InsertRange(
	int index,
	ICrossSectionPoint[] pPoints
)

Parameters

index
Type: SystemInt32
the 0-BASED position to insert in.
pPoints
Type: DHI.Mike1D.CrossSectionModuleICrossSectionPoint
The points to insert.
See Also