Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public static bool TransformXMLReport(
string relXslFilePath,
string strPayItemFilePath,
string[] generatedPayItemIds,
ref string outFormatFilePath
) |
| Visual Basic |
|---|
Public Shared Function TransformXMLReport ( _
relXslFilePath As String, _
strPayItemFilePath As String, _
generatedPayItemIds As String(), _
ByRef outFormatFilePath As String _
) As Boolean |
| Visual C++ |
|---|
public:
static bool TransformXMLReport(
String^ relXslFilePath,
String^ strPayItemFilePath,
array<String^>^ generatedPayItemIds,
String^% outFormatFilePath
) |
Parameters
- relXslFilePath
- Type: System..::..String
- strPayItemFilePath
- Type: System..::..String
- generatedPayItemIds
- Type: array<System..::..String>[]()[][]
- outFormatFilePath
- Type: System..::..String%
See Also