Click or drag to resize

CrossSectionPointListInsert Method

Inserts a point 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 Insert(
	int index,
	ICrossSectionPoint pPoint
)

Parameters

index
Type: SystemInt32
the 0-BASED position to insert in.
pPoint
Type: DHI.Mike1D.CrossSectionModuleICrossSectionPoint
The point to insert.

Implements

IListTInsert(Int32, T)
See Also