Miner.Process Assembly > Miner.Process Namespace > PxExportUtilities Class : WriteToXml<T>(String,T,String) Method |
'Declaration Public Shared Function WriteToXml(Of T As IXmlSerializable)( _ ByVal filename As String, _ ByVal data As T, _ Optional ByVal stylesheetPath As String _ ) As String
'Usage Dim filename As String Dim data As T Dim stylesheetPath As String Dim value As String value = PxExportUtilities.WriteToXml(Of T)(filename, data, stylesheetPath)
public static string WriteToXml<T>( string filename, T data, string stylesheetPath ) where T: IXmlSerializable
Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)
Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.