Click or drag to resize

CrossSectionPointOwner Property

the list of points of which this point is a part of

Namespace:  DHI.Mike1D.CrossSectionModule
Assembly:  DHI.Mike1D.CrossSectionModule (in DHI.Mike1D.CrossSectionModule.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax
public CrossSectionPointList Owner { get; set; }

Property Value

Type: CrossSectionPointList

Implements

ICrossSectionPointOwner
Remarks
used for some validity checks, e.g., requirement that a given marker may exist at most once within a point list
See Also