Miner.Geodatabase Assembly > Miner.Geodatabase.FeederManager Namespace > FeederChangedEvent Class : Indeterminate Property |
'Declaration Public ReadOnly Property Indeterminate As IEnumerable(Of FeatureKey)
'Usage Dim instance As FeederChangedEvent Dim value As IEnumerable(Of FeatureKey) value = instance.Indeterminate
public IEnumerable<FeatureKey> Indeterminate {get;}
public void HandleEvent(FeederChangedEvent e) { // Initialize the feeder info provider. var feederInfoProvider = new FeederInfoProvider(e.FeederWorkspace); foreach (var featureKey in e.Indeterminate) { // Retrieve the current feeder information for the indeterminate features. Trace.WriteLine(feederInfoProvider.GetFeederInfo(featureKey)); } }
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.