Share

SettingsCmdTakeOff.SettingsCmdComputeTakeOff.ReportExtentsType Property

specifies the extents used when finding entities to participate in the quantity takeoff process.



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

Syntax

C#

public PropertyEnum<QuantityTakeoffReportExtentType> ReportExtentsType { get; }

VB

Public ReadOnly Property ReportExtentsType As PropertyEnum(Of QuantityTakeoffReportExtentType)
	Get

C++

public:
property PropertyEnum<QuantityTakeoffReportExtentType>^ ReportExtentsType {
	PropertyEnum<QuantityTakeoffReportExtentType>^ get ();
}

Property Value

PropertyEnumQuantityTakeoffReportExtentType

See Also

Reference

Was this information helpful?