TransformXMLReport Method (QTOReportFormat, String, String[], String)

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

Syntax

C#

public static bool TransformXMLReport(
	QTOReportFormat __unnamed000,
	string strPayItemFilePath,
	string[] generatedPayItemIds,
	ref string outFormatFilePath
)

Visual Basic

Public Shared Function TransformXMLReport ( _
	__unnamed000 As QTOReportFormat, _
	strPayItemFilePath As String, _
	generatedPayItemIds As String(), _
	ByRef outFormatFilePath As String _
) As Boolean

Visual C++

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

Parameters

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

See Also