ArcFM Responder Mobile Developer Guide
AddObject(String,IObjectStoreItem) Method






Syntax
'Declaration
 
Public Overloads Sub AddObject( _
   ByVal key As System.String, _
   ByVal item As IObjectStoreItem _
) 
'Usage
 
Dim instance As ObjectStoreCollection
Dim key As System.String
Dim item As IObjectStoreItem
 
instance.AddObject(key, item)
public void AddObject( 
   System.string key,
   IObjectStoreItem item
)
public procedure AddObject( 
    key: System.String;
    item: IObjectStoreItem
); 
public function AddObject( 
   key : System.String,
   item : IObjectStoreItem
);
public: void AddObject( 
   System.string* key,
   IObjectStoreItem* item
) 
public:
void AddObject( 
   System.String^ key,
   IObjectStoreItem^ item
) 

Parameters

key
item
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
Overload List

Send Feedback