ArcFM Engine Developer Guide
GetXmlResource Method


The name of the XML resource (without the XML extension).
The type of data to be deserialized.
Retrieves the specified embedded XML resource and returns it as stream which can be deserialized.
Syntax
'Declaration
 
Public Function GetXmlResource( _
   ByVal resourceName As String, _
   ByVal dataType As Type _
) As Object
'Usage
 
Dim instance As ResourceData
Dim resourceName As String
Dim dataType As Type
Dim value As Object
 
value = instance.GetXmlResource(resourceName, dataType)
public object GetXmlResource( 
   string resourceName,
   Type dataType
)

Parameters

resourceName
The name of the XML resource (without the XML extension).
dataType
The type of data to be deserialized.

Return Value

A stream contains the XML resource data.
Requirements

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.

See Also

Reference

ResourceData Class
ResourceData Members

 

 


Send Comment