Miner.Geodatabase Assembly > Miner.Geodatabase.FeederManager.PlugIn Namespace > IFeederField Interface : IsEnabled Method |
'Declaration Function IsEnabled( _ ByVal electricTableName As String _ ) As Boolean
'Usage Dim instance As IFeederField Dim electricTableName As String Dim value As Boolean value = instance.IsEnabled(electricTableName)
bool IsEnabled( string electricTableName )
true
if the field is enabled for the given table;' otherwise, false
.public bool IsEnabled(string electricTableName) { // Enable the plugin field for distribution conductors. switch (electricTableName) { case "PriOHElectricLineSegment": case "PriUGElectricLineSegment": case "SecOHElectricLineSegment": case "SecUGElectricLineSegment": return true; default: return false; } }
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.