ArcFM Solution Developer Guide
AddObject(String,Object,Boolean) Method


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Overloads Sub AddObject( _
   ByVal key As System.String, _
   ByVal item As System.Object, _
   ByVal replaceExisting As System.Boolean _
) 
'Usage
 
Dim instance As ObjectStoreCollection
Dim key As System.String
Dim item As System.Object
Dim replaceExisting As System.Boolean
 
instance.AddObject(key, item, replaceExisting)
public void AddObject( 
   System.string key,
   System.object item,
   System.bool replaceExisting
)

Parameters

key
item
replaceExisting
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

ObjectStoreCollection Class
ObjectStoreCollection Members
Overload List

 

 


Send Comment