ArcFM Engine Developer Guide
Hydrate(ObjectInfo,IObject) Method


Populates the fields on a ObjectInfo inatance from an ArcObjects IObject reference. The IObject reference is cached, and is made available in this object's ObjectCache property. All the fields defined for this class are set. The UserID, GlobalID and UniqueID are all set here. The UserID is populated with the value of the field configured with FeatureIDFieldModelName. The GlobalID is populated with the value of the GlobalID field. The UniqueID is a concatenation of the table name and the globalID, if the globalID was configured.
Syntax
'Declaration
 
Public Overloads Overridable Sub Hydrate( _
   ByVal objectInfo As ObjectInfo, _
   ByVal gdbObject As IObject _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim objectInfo As ObjectInfo
Dim gdbObject As IObject
 
instance.Hydrate(objectInfo, gdbObject)
public virtual void Hydrate( 
   ObjectInfo objectInfo,
   IObject gdbObject
)

Parameters

objectInfo
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