Miner.Interop Namespace > IMMFeederAdmin Interface : FeederSettings Property |
'Declaration
<System.Runtime.InteropServices.DispIdAttribute(1610678272)> ReadOnly Property FeederSettings( _ ByVal GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork, _ ByVal bForceRefresh As System.Boolean _ ) As IMMFeederSettings
'Usage
Dim instance As IMMFeederAdmin Dim GeometricNetwork As ESRI.ArcGIS.Geodatabase.IGeometricNetwork Dim bForceRefresh As System.Boolean Dim value As IMMFeederSettings value = instance.FeederSettings(GeometricNetwork, bForceRefresh)
[System.Runtime.InteropServices.DispId(1610678272)] IMMFeederSettings FeederSettings( ESRI.ArcGIS.Geodatabase.IGeometricNetwork GeometricNetwork, System.bool bForceRefresh ) {get;}
read-only property FeederSettings( GeometricNetwork: ESRI.ArcGIS.Geodatabase.IGeometricNetwork; bForceRefresh: System.Boolean ): IMMFeederSettings;
System.Runtime.InteropServices.DispIdAttribute(1610678272) function get FeederSettings( GeometricNetwork : ESRI.ArcGIS.Geodatabase.IGeometricNetwork, bForceRefresh : System.boolean ) : IMMFeederSettings
[System.Runtime.InteropServices.DispId(1610678272)] __property IMMFeederSettings* get_FeederSettings( ESRI.ArcGIS.Geodatabase.IGeometricNetwork* GeometricNetwork, System.bool bForceRefresh );
[System.Runtime.InteropServices.DispId(1610678272)] property IMMFeederSettings^ FeederSettings { IMMFeederSettings^ get(ESRI.ArcGIS.Geodatabase.IGeometricNetwork^ GeometricNetwork, System.bool bForceRefresh); }
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