Share

SettingsCmdTakeOff.SettingsCmdComputeTakeOff.LengthComputeType Property

Specifies the length computation type in the quantity takeoff process.



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

Syntax

C#

public PropertyEnum<QuantityTakeoffLengthComputeType> LengthComputeType { get; }

VB

Public ReadOnly Property LengthComputeType As PropertyEnum(Of QuantityTakeoffLengthComputeType)
	Get

C++

public:
property PropertyEnum<QuantityTakeoffLengthComputeType>^ LengthComputeType {
	PropertyEnum<QuantityTakeoffLengthComputeType>^ get ();
}

Property Value

PropertyEnumQuantityTakeoffLengthComputeType

See Also

Reference

Was this information helpful?