Gets the area of the boundary in hectares.

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

Collapse imageSyntax

C#
public decimal Area { get; }
Visual Basic (Declaration)
Public ReadOnly Property Area As Decimal
Visual C++
public:
property Decimal Area {
	Decimal get ();
}

Field Value

The area of the boundary in hectares.

Collapse imageSee Also