ArcFM Responder Mobile Developer Guide
Exists Method (MMObjectDictionaryClass)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610743813)>
Public Overridable Function Exists( _
   ByVal key As System.String _
) As System.Boolean
'Usage
 
Dim instance As MMObjectDictionaryClass
Dim key As System.String
Dim value As System.Boolean
 
value = instance.Exists(key)
[System.Runtime.InteropServices.DispId(1610743813)]
public virtual System.bool Exists( 
   System.string key
)
public function Exists( 
    key: System.String
): System.Boolean; virtual; 
System.Runtime.InteropServices.DispIdAttribute(1610743813)
public function Exists( 
   key : System.String
) : System.boolean;
[System.Runtime.InteropServices.DispId(1610743813)]
public: virtual System.bool Exists( 
   System.string* key
) 
[System.Runtime.InteropServices.DispId(1610743813)]
public:
virtual 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

MMObjectDictionaryClass Class
MMObjectDictionaryClass Members

Send Feedback