ReportType Property

Report type

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public QTOReportType ReportType { get; set; }

Visual Basic

Public Property ReportType As QTOReportType
	Get
	Set

Visual C++

public:
property QTOReportType ReportType {
	QTOReportType get ();
	void set (QTOReportType value);
}

See Also