ArcFM Responder Mobile Developer Guide
Exists Method (IMMObjectDictionary)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743813)>
Function Exists( _
   ByVal key As System.String _
) As System.Boolean
'Usage
 
Dim instance As IMMObjectDictionary
Dim key As System.String
Dim value As System.Boolean
 
value = instance.Exists(key)
[System.Runtime.InteropServices.DispId(1610743813)]
System.bool Exists( 
   System.string key
)
function Exists( 
    key: System.String
): System.Boolean; 
System.Runtime.InteropServices.DispIdAttribute(1610743813)
function Exists( 
   key : System.String
) : System.boolean;
[System.Runtime.InteropServices.DispId(1610743813)]
System.bool Exists( 
   System.string* key
) 
[System.Runtime.InteropServices.DispId(1610743813)]
System.bool Exists( 
   System.String^ key
) 

Parameters

key
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMObjectDictionary Interface
IMMObjectDictionary Members

Send Feedback