ArcFM Desktop Developer Guide
getTypeFromName(String,String) Method


Syntax
'Declaration
 
Public Overloads Overridable Function getTypeFromName( _
   ByVal strURI As String, _
   ByVal strLocalName As String _
) As String
'Usage
 
Dim instance As SAXAttributes60Class
Dim strURI As String
Dim strLocalName As String
Dim value As String
 
value = instance.getTypeFromName(strURI, strLocalName)
public virtual string getTypeFromName( 
   string strURI,
   string strLocalName
)

Parameters

strURI
strLocalName
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

SAXAttributes60Class Class
SAXAttributes60Class Members
Overload List

 

 


Send Comment