Click or drag to resize

CrossSectionPointListRemove Method

Removes the first occurrence of a specific point

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public bool Remove(
	ICrossSectionPoint point
)

Parameters

point
Type: DHI.Mike1D.CrossSectionModuleICrossSectionPoint
Point to remove

Return Value

Type: Boolean
True if removed, false if not found

Implements

ICollectionTRemove(T)
See Also