ArcFM Desktop Developer Guide
itemByQName Method


Syntax
'Declaration
 
<DispIdAttribute(1424)>
Function itemByQName( _
   ByVal name As String, _
   ByVal namespaceURI As String _
) As ISchemaItem
'Usage
 
Dim instance As ISchemaItemCollection
Dim name As String
Dim namespaceURI As String
Dim value As ISchemaItem
 
value = instance.itemByQName(name, namespaceURI)
[DispId(1424)]
ISchemaItem itemByQName( 
   string name,
   string namespaceURI
)

Parameters

name
namespaceURI
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

ISchemaItemCollection Interface
ISchemaItemCollection Members

 

 


Send Comment