Share

SettingsCmdTakeOff.SettingsCmdComputeTakeOff.PipeLengthType Property

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



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

Syntax

C#

public PropertyEnum<QuantityTakeoffPipeLengthType> PipeLengthType { get; }

VB

Public ReadOnly Property PipeLengthType As PropertyEnum(Of QuantityTakeoffPipeLengthType)
	Get

C++

public:
property PropertyEnum<QuantityTakeoffPipeLengthType>^ PipeLengthType {
	PropertyEnum<QuantityTakeoffPipeLengthType>^ get ();
}

Property Value

PropertyEnumQuantityTakeoffPipeLengthType

See Also

Reference

Was this information helpful?