ArcFM Engine Developer Guide
CacheGdbObjectClass(Int32,IObjectClass) Method


Reads and caches information about the ObjectClass of the ESRI.ArcGIS.Geodatabase.IObjectClass reference passed in. If the ObjectClass is already cached, execution returns. Hydrate(ObjectClassInfo, IObjectClass) calls this method to ensure that IObjectClass is cached. This method calls Hydrate(ObjectClassInfo, IObjectClass) to ensure that the class is known.
Syntax
'Declaration
 
Public Overloads Overridable Sub CacheGdbObjectClass( _
   ByVal objectClassID As Integer, _
   ByVal gdbObjectClass As IObjectClass _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim objectClassID As Integer
Dim gdbObjectClass As IObjectClass
 
instance.CacheGdbObjectClass(objectClassID, gdbObjectClass)
public virtual void CacheGdbObjectClass( 
   int objectClassID,
   IObjectClass gdbObjectClass
)

Parameters

objectClassID
gdbObjectClass
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
Overload List

 

 


Send Comment