List of points defining polygon cross section.
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 Points { get; set; }
Public Property Points As CrossSectionPointList
Get
Set
public:
property CrossSectionPointList^ Points {
CrossSectionPointList^ get ();
void set (CrossSectionPointList^ value);
}
Property Value
Type:
CrossSectionPointListSee Also