ArcFM Desktop Developer Guide
GetXmlResource Method


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
dataType
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