Click or drag to resize

CrossSectionPointListItem Property

Indexer. For more compact .Net code. Getter calls , setter calls .

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public ICrossSectionPoint this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
The 0-based index of the point

Property Value

Type: ICrossSectionPoint

Implements

IListTItemInt32
See Also

Reference

CrossSectionPointList.GetPointAt(Int32)
CrossSectionPointList.ReplacePointAt(Int32, ICrossSectionPoint)