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.4.2516.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 ();
}

See Also