Specifies the length computation type in the quantity takeoff process.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.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 (); }