specifies the extents used when finding entities to participate in the quantity takeoff process.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.3.1717.0
Syntax
C#
public PropertyEnum<QuantityTakeoffReportExtentType> ReportExtentsType { get; }
Visual Basic
Public ReadOnly Property ReportExtentsType As PropertyEnum(Of QuantityTakeoffReportExtentType) Get
Visual C++
public: property PropertyEnum<QuantityTakeoffReportExtentType>^ ReportExtentsType { PropertyEnum<QuantityTakeoffReportExtentType>^ get (); }