Share

Pipe.Length3D Property

Gets the three-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 Length3D { get; }

VB

Public ReadOnly Property Length3D As Double
	Get

C++

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

Property Value

Double

See Also

Reference

Was this information helpful?