[Missing <summary> documentation for "P:Delaunay.Triangle.sites"]
Namespace:
Delaunay
Assembly:
Starfield.Utils (in Starfield.Utils.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<Site> sites { get; }
Public ReadOnly Property sites As List(Of Site)
Get
public:
property List<Site^>^ sites {
List<Site^>^ get ();
}
member sites : List<Site> with get
Property Value
Type:
ListSiteSee Also