ArcFM Desktop Developer Guide
CacheGdbObjectClass(Int32,IObject) Method


Reads and caches information about the ObjectClass of the ESRI.ArcGIS.Geodatabase.IObject reference passed in. If the ObjectClass is already cached, execution returns. This overload is called by Hydrate(ObjectInfo, IObject) as a failsafe to ensure that every object's class is known.
Syntax
'Declaration
 
Public Overloads Overridable Sub CacheGdbObjectClass( _
   ByVal objectClassID As Integer, _
   ByVal gdbObject As IObject _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim objectClassID As Integer
Dim gdbObject As IObject
 
instance.CacheGdbObjectClass(objectClassID, gdbObject)
public virtual void CacheGdbObjectClass( 
   int objectClassID,
   IObject gdbObject
)

Parameters

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

 

 


Send Comment