Gets the midOrdinateDistance value that is used to tessellate the arcs in the polyline when the breakline is defined from a polyline with curves.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public double MidOrdinateDistance { get; } |
Visual Basic |
---|
Public ReadOnly Property MidOrdinateDistance As Double Get |
Visual C++ |
---|
public: property double MidOrdinateDistance { double get (); } |