PondContourToPolyline Method

Gets the polyline geometry representation for this contour.

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

Return Value

Polyline
Remarks
Returns a managed Polyline object representing the contour geometry. The polyline is created in memory and not added to the database.
See Also