PondGetOuterBoundaryPolyline Method |
Returns a polyline representing the outer boundary of the pond.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic Polyline GetOuterBoundaryPolyline()
Public Function GetOuterBoundaryPolyline As Polyline
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