DrawXMLReport Method

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

Syntax

C#

public static bool DrawXMLReport(
	QTOReportFormat __unnamed000,
	string strPayItemFilePath,
	string[] generatedPayItemIds
)

Visual Basic

Public Shared Function DrawXMLReport ( _
	__unnamed000 As QTOReportFormat, _
	strPayItemFilePath As String, _
	generatedPayItemIds As String() _
) As Boolean

Visual C++

public:
static bool DrawXMLReport(
	QTOReportFormat __unnamed000, 
	String^ strPayItemFilePath, 
	array<String^>^ generatedPayItemIds
)

Parameters

__unnamed000
Type: Autodesk.Civil.DatabaseServices.QTOReportFormat
strPayItemFilePath
Type: System.String
generatedPayItemIds
Type: System.String[]

See Also