PondContourToPolyline Method |
Gets the polyline geometry representation for this contour.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDrainageDesignMgd (in AeccDrainageDesignMgd.dll) Version: 13.9.960.0
Syntaxpublic Polyline ToPolyline()
Public Function ToPolyline As Polyline
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