ArcFM Desktop Developer Guide
GetFeederInfo Method


Version: 10.2.1a

Resource Center Home

Gets the feeder information for the given Miner.Geodatabase.Network.FeatureKey.
Syntax
'Declaration
 
Public Function GetFeederInfo( _
   ByVal key As FeatureKey _
) As IFeederInfo(Of FeatureKey)
'Usage
 
Dim instance As FeederInfoProvider
Dim key As FeatureKey
Dim value As IFeederInfo(Of FeatureKey)
 
value = instance.GetFeederInfo(key)
public IFeederInfo<FeatureKey> GetFeederInfo( 
   FeatureKey key
)

Parameters

key
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

FeederInfoProvider Class
FeederInfoProvider Members

 

 


Send Comment