PondGetOuterBoundaryPolyline Method

Returns a polyline representing the outer boundary of the pond.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntax
public Polyline GetOuterBoundaryPolyline()

Return Value

Polyline
A Polyline object representing the outer boundary of the pond.
Remarks
The polyline is created in memory and not added to the database.
See Also