Specifies the length computation type in the quantity takeoff process.

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

Syntax

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

See Also