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.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.9.0.960
Syntax
public Polyline GetFlattenCurve()

Return Value

Polyline
A new Autodesk.AutoCAD.DatabaseServices.Polyline.
Exceptions
ExceptionCondition
InvalidOperationException Thrown when: the flattened geometry cannot be created.
See Also