Miner.Geodatabase Assembly > Miner.Geodatabase.FeederManager.PlugIn Namespace : IFeederField Interface |
'Declaration Public Interface IFeederField
'Usage Dim instance As IFeederField
public interface IFeederField
using System.ComponentModel.Composition; using Miner.Geodatabase.FeederManager.PlugIn; using Miner.Geodatabase.Network; [Export(typeof(IFeederField))] public class FeatureKeyFeederField : IFeederField { public object GetValue(IFeederInfo<FeatureKey> feederInfo, string electricTableName) { return feederInfo.Key.ToString(); } public bool IsEnabled(string electricTableName) { return true; } public string Name { get { return "FeatureKey"; } } public string Alias { get { return "Feature Key"; } } }
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.
'Declaration Public Interface IFeederField
'Usage Dim instance As IFeederField
public interface IFeederField
using System.ComponentModel.Composition; using Miner.Geodatabase.FeederManager.PlugIn; using Miner.Geodatabase.Network; [Export(typeof(IFeederField))] public class FeatureKeyFeederField : IFeederField { public object GetValue(IFeederInfo<FeatureKey> feederInfo, string electricTableName) { return feederInfo.Key.ToString(); } public bool IsEnabled(string electricTableName) { return true; } public string Name { get { return "FeatureKey"; } } public string Alias { get { return "Feature Key"; } } }
Miner.Geodatabase.FeederManager.PlugIn.IFeederField
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.