Share

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



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

Syntax

C#

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

VB

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

C++

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

Parameters

__unnamed000  QTOReportFormat
 
strPayItemFilePath  String
 
generatedPayItemIds  String
 
outFormatFilePath  String
 

Return Value

Boolean

See Also

Reference

Was this information helpful?