Responder Developer Guide
GetFeederCache Method (ElectricLoopRule)


Version: 10.2.1a

Resource Center Home

Syntax
'Declaration
 
Public Function GetFeederCache( _
   ByVal objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass _
) As IFeederInfoCache(Of FeatureKey)
'Usage
 
Dim instance As ElectricLoopRule
Dim objectClass As ESRI.ArcGIS.Geodatabase.IObjectClass
Dim value As IFeederInfoCache(Of FeatureKey)
 
value = instance.GetFeederCache(objectClass)
public IFeederInfoCache<FeatureKey> GetFeederCache( 
   ESRI.ArcGIS.Geodatabase.IObjectClass objectClass
)

Parameters

objectClass
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

ElectricLoopRule Class
ElectricLoopRule Members

 

 


Send Comment