Gets the polygons for this boundary.

Namespace:  OSOpenSpace
Assembly:  OSOpenSpace (in OSOpenSpace.dll) Version: 1.0.0.1 (1.0.0.1)

Collapse imageSyntax

C#
public Polygon[] Polygons { get; }
Visual Basic (Declaration)
Public ReadOnly Property Polygons As Polygon()
Visual C++
public:
property array<Polygon^>^ Polygons {
	array<Polygon^>^ get ();
}

Field Value

The polygons for this boundary.

Collapse imageSee Also