Gets the area of this contour in square units.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic double Area { get; }Public ReadOnly Property Area As Double
Get
public:
property double Area {
double get ();
}Property Value
Double
Remarks
Returns the 2D area enclosed by the contour geometry.
The area is calculated using the underlying alignment geometry.
See Also