Share

QTOGenerateDetail.ReportSheetOnly Property

Report sheet only (for Sheet Extent report extent



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

Syntax

C#

public bool ReportSheetOnly { get; set; }

VB

Public Property ReportSheetOnly As Boolean
	Get
	Set

C++

public:
property bool ReportSheetOnly {
	bool get ();
	void set (bool value);
}

Property Value

Boolean

See Also

Reference

Was this information helpful?