Miner.Geodatabase.FeederManager Namespace > FeederInfoProvider Class : FeederInfoProvider Constructor |
'Declaration
Public Function New( _ ByVal properties As IConnectionProperties _ )
'Usage
Dim properties As IConnectionProperties Dim instance As New FeederInfoProvider(properties)
public FeederInfoProvider( IConnectionProperties properties )
public FeederInfoProvider( properties: IConnectionProperties );
public function FeederInfoProvider( properties : IConnectionProperties );
public: FeederInfoProvider( IConnectionProperties* properties )
public: FeederInfoProvider( IConnectionProperties^ properties )
public FeederInfoProvider GetFeederInfoProvider(IWorkspace workspace) { var feederInfoProvider = new FeederInfoProvider(new ConnectionProperties(workspace)); return feederInfoProvider; }
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