Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.0
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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: System.String[]
- outFormatFilePath
- Type: System.String%