Length3DCenterToCenter Property

Gets the 3D length of all spanned pipes from center to center.

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

Syntax

C#

public double Length3DCenterToCenter { get; }

Visual Basic

Public ReadOnly Property Length3DCenterToCenter As Double
	Get

Visual C++

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

See Also