SettingsCmdTakeOffSettingsCmdComputeTakeOffLengthComputeType Property |
Specifies the length computation type in the quantity takeoff process.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic PropertyEnum<QuantityTakeoffLengthComputeType> LengthComputeType { get; }
Public ReadOnly Property LengthComputeType As PropertyEnum(Of QuantityTakeoffLengthComputeType)
Get
public:
property PropertyEnum<QuantityTakeoffLengthComputeType>^ LengthComputeType {
PropertyEnum<QuantityTakeoffLengthComputeType>^ get ();
}
Property Value
PropertyEnumQuantityTakeoffLengthComputeType
See Also