DHI.Mike1D
DHI.Mike1D
Namespaces
DHI.Mike1D.CrossSectionModule
CrossSectionPointList Class
CrossSectionPointList Methods
Add Method
AddRange Method
CalculateLocalBottomLevel Method
Clear Method
Clone Method
Contains Method
CopyTo Method
FindPointIndeces Method
FindPointIndex Method
GetEnumerator Method
GetXMax Method
GetXMin Method
IndexOf Method
Insert Method
InsertRange Method
Prepare Method
Remove Method
RemoveAt Method
RemoveRange Method
ToArray(T) Method
CrossSectionPointList
Add Method
Appends a point to the collection of points defining this cross section. To insert into the collection, use
Insert(Int32, ICrossSectionPoint)
.
Namespace:
DHI.Mike1D.CrossSectionModule
Assembly:
DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 16.0.0.0 (11.1.1.1111)
Syntax
C#
Copy
public
void
Add
(
ICrossSectionPoint
pPoint
)
Parameters
pPoint
Type:
DHI.Mike1D.CrossSectionModule
ICrossSectionPoint
The point to add.
Implements
ICollection
T
Add(T)
See Also
Reference
CrossSectionPointList Class
DHI.Mike1D.CrossSectionModule Namespace