Miner.Geodatabase Assembly > Miner.Geodatabase.FeederManager Namespace > FeederInfoProvider Class : GetFeederInfo Method |
'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 )
public string[] GetFeederIDs(FeederInfoProvider feederInfoProvider, IFeature feature) { var featureKey = new FeatureKey(feature.Class.ObjectClassID, feature.OID); return feederInfoProvider.GetFeederInfo(featureKey).FeederIDs; }
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.