Specifies the report type for quantity takeoff process.

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

Syntax

C#
public PropertyEnum<QuantityTakeoffReportType> ReportType { get; }
Visual Basic
Public ReadOnly Property ReportType As PropertyEnum(Of QuantityTakeoffReportType)
	Get
Visual C++
public:
property PropertyEnum<QuantityTakeoffReportType>^ ReportType {
	PropertyEnum<QuantityTakeoffReportType>^ get ();
}

See Also