| Miner.Geodatabase.FeederManager Namespace > FeederInfoProvider Class : SubfeederIDs Property |
'DeclarationPublic ReadOnly Property SubfeederIDs As System.Collections.Generic.IDictionary(Of String,FeatureKey)
'UsageDim instance As FeederInfoProvider Dim value As System.Collections.Generic.IDictionary(Of String,FeatureKey) value = instance.SubfeederIDs
public System.Collections.Generic.IDictionary<string,FeatureKey> SubfeederIDs {get;}
public read-only property SubfeederIDs: System.Collections.Generic.IDictionary;
public function get SubfeederIDs : System.Collections.Generic.IDictionary
public: __property System.Collections.Generic.IDictionary<string*,FeatureKey*>* get_SubfeederIDs();
public: property System.Collections.Generic.IDictionary<String^,FeatureKey^>^ SubfeederIDs { System.Collections.Generic.IDictionary<String^,FeatureKey^>^ get(); }
public List<string> GetSubFeederIDs(IWorkspace workspace) { var connectionProperties = new ConnectionProperties(workspace); var feederInfoProvider = new FeederInfoProvider(connectionProperties); return feederInfoProvider.SubfeederIDs.Select(kvp => kvp.Key).ToList(); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2