ArcFM Desktop Developer Guide
FeederInfoProvider Constructor
Example 


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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
)

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 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.

See Also

Reference

FeederInfoProvider Class
FeederInfoProvider Members

 

 


Send Comment