Specifies the pipe length type used in the quantity takeoff process.

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0

Syntax

C#
public PropertyEnum<QuantityTakeoffPipeLengthType> PipeLengthType { get; }
Visual Basic
Public ReadOnly Property PipeLengthType As PropertyEnum(Of QuantityTakeoffPipeLengthType)
	Get
Visual C++
public:
property PropertyEnum<QuantityTakeoffPipeLengthType>^ PipeLengthType {
	PropertyEnum<QuantityTakeoffPipeLengthType>^ get ();
}

See Also