ArcFM Desktop Developer Guide
CacheGdbObject Method


Caches ArcObjects IObject references for use in batch query operations, such as in the RelationshipCache.
Syntax
'Declaration
 
Public Overridable Sub CacheGdbObject( _
   ByVal key As ObjectKey, _
   ByVal gdbObject As IObject _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim key As ObjectKey
Dim gdbObject As IObject
 
instance.CacheGdbObject(key, gdbObject)
public virtual void CacheGdbObject( 
   ObjectKey key,
   IObject gdbObject
)

Parameters

key
gdbObject
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

GeodatabaseAccess Class
GeodatabaseAccess Members

 

 


Send Comment