Gets the maximum distance between vertices.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double MaximumDistance { get; } |
| Visual Basic |
|---|
Public ReadOnly Property MaximumDistance As Double Get |
| Visual C++ |
|---|
public: property double MaximumDistance { double get (); } |
Remarks
If the distance between vertices on a breakline is greater than the maximumDistance, then points are added along the breakline at equal intervals that are less than or equal to the maximumDistance.