FloodMapRes1DCrossSectionWrapperPoints Property |
List of the points defining the geometry of the cross section.
Null if geometry is not explicitly defined (defined by processed data only)
Namespace:
DHI.Mike1D.FloodMap
Assembly:
DHI.Mike1D.FloodMap (in DHI.Mike1D.FloodMap.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public IList<ICrossSectionPoint> Points { get; }
Public ReadOnly Property Points As IList(Of ICrossSectionPoint)
Get
public:
virtual property IList<ICrossSectionPoint^>^ Points {
IList<ICrossSectionPoint^>^ get () sealed;
}
Property Value
Type:
IListICrossSectionPointImplements
IFloodMapCrossSectionPointsSee Also