Share

Pipe.Length2D Property

Gets the two-dimensional length of the pipe, measured from from pipe start to pipe end.



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

Syntax

C#

public double Length2D { get; }

VB

Public ReadOnly Property Length2D As Double
	Get

C++

public:
property double Length2D {
	double get ();
}

Property Value

Double

See Also

Reference

Was this information helpful?