PondLocation Property

Gets or sets the location of a pond.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public override Point3d Location { get; set; }

Property Value

Point3d
Exceptions
ExceptionCondition
InvalidOperationException Thrown when setting the location of a surface-based pond.
Remarks
The location corresponds to the centroid of the pond's outer boundary.
See Also