ArcFM Engine Developer Guide
ReleaseObjectCache Method


Explicitly release the ObjectCache. This helps free up memory after the cache is no longer needed. The ObjectCache is used by the RelationshipCache to query for related objects.
Syntax
'Declaration
 
Public Sub ReleaseObjectCache() 
'Usage
 
Dim instance As GeodatabaseAccess
 
instance.ReleaseObjectCache()
public void ReleaseObjectCache()
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