ArcFM Responder Mobile Developer Guide
RemoveObject Method (ObjectStoreCollection)






Syntax
'Declaration
 
Public Sub RemoveObject( _
   ByVal key As System.String _
) 
'Usage
 
Dim instance As ObjectStoreCollection
Dim key As System.String
 
instance.RemoveObject(key)
public void RemoveObject( 
   System.string key
)
public procedure RemoveObject( 
    key: System.String
); 
public function RemoveObject( 
   key : System.String
);
public: void RemoveObject( 
   System.string* key
) 
public:
void RemoveObject( 
   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

ObjectStoreCollection Class
ObjectStoreCollection Members

Send Feedback