PipeLengthType Property

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

Namespace: Autodesk.Civil.Settings
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.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