ArcFM Engine Developer Guide
Hydrate(FeatureInfo,IFeature) Method


Builds a Network Adapter FeatureInfo object from an ArcObjects IFeature reference. The IFeature reference is cached and is made available in this object's ObjectCache property.
Syntax
'Declaration
 
Public Overloads Overridable Sub Hydrate( _
   ByVal featureInfo As FeatureInfo, _
   ByVal gdbFeature As IFeature _
) 
'Usage
 
Dim instance As GeodatabaseAccess
Dim featureInfo As FeatureInfo
Dim gdbFeature As IFeature
 
instance.Hydrate(featureInfo, gdbFeature)
public virtual void Hydrate( 
   FeatureInfo featureInfo,
   IFeature gdbFeature
)

Parameters

featureInfo
gdbFeature
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