PondContourArea Property

Gets the area of this contour in square units.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public double Area { 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