List of all points in polygon
Namespace:
DHI.Mike1D.Generic
Assembly:
DHI.Mike1D.Generic (in DHI.Mike1D.Generic.dll) Version: 19.0.0.0 (11.1.1.1111)
Syntax public List<XYPair> Points { get; set; }
Public Property Points As List(Of XYPair)
Get
Set
public:
property List<XYPair^>^ Points {
List<XYPair^>^ get ();
void set (List<XYPair^>^ value);
}
Property Value
Type:
ListXYPairSee Also