Share

QTOGenerateDetail.ReportSelectedPayItemsOnly Property

ReportSelectedPayItemsOnly - NOT IMPLEMENTED YET



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

Syntax

C#

public bool ReportSelectedPayItemsOnly { get; set; }

VB

Public Property ReportSelectedPayItemsOnly As Boolean
	Get
	Set

C++

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

Property Value

Boolean

See Also

Reference

Was this information helpful?