CrossSectionPointListRemoveRange Method |
Remove a point from the collection of points defining this cross section.
Sets Owner of that point to null. Note: indexes are shifted when starting
points are removed.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax public void RemoveRange(
int startIndex,
int count
)
Parameters
- startIndex
- Type: SystemInt32
the 0-BASED position of the first point to remove. - count
- Type: SystemInt32
number of points to remove
See Also