ArcFM Responder Mobile Developer Guide
FeederInfoProvider Constructor
Example 






The connection properties to get feeder information from.
Creates an instance of the FeederInfoProvider for the given connection properties.
Syntax
'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
)

Parameters

properties
The connection properties to get feeder information from.
Example
public FeederInfoProvider GetFeederInfoProvider(IWorkspace workspace)
{
    var feederInfoProvider = new FeederInfoProvider(new ConnectionProperties(workspace));
            
    return feederInfoProvider;
}
Requirements

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

See Also

Reference

FeederInfoProvider Class
FeederInfoProvider Members

Send Feedback