Gets the length of flow segment.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.5.1584.0

Syntax

C#
public double Length { get; }
Visual Basic
Public ReadOnly Property Length As Double
	Get
Visual C++
public:
property double Length {
	double get ();
}

Remarks

The unit of value is defined by the drawing unit in drawing settings (CivilDocument.Settings.DrawingSettings.UnitZoneSettings.DrawingUnits). It's either Feet or Meters.

See Also