FeatureLineGetFlattenCurve Method |
Gets a new lightweight polyline representing the feature line geometry projected to the XY plane (flattened),
as defined by the native feature implementation. The caller must dispose the returned polyline when finished.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntaxpublic Polyline GetFlattenCurve()
Public Function GetFlattenCurve As Polyline
public:
Polyline^ GetFlattenCurve()
Return Value
Polyline
A new Autodesk.AutoCAD.DatabaseServices.Polyline.
Exceptions
See Also