ArcFM Desktop Developer Guide
Feeder Manager 2.0

Resource Center Home

Retrieve Feeder IDs

Schneider Electric provides a simple public API for Feeder Manager 2.0. If you have a feature from a geometric network that has been configured for Feeder Manager, you can call a method to retrieve the FeederID and other tracing-derived information for that feature. The information returned is in the form of a FeederInfo object.

The method that retrieves this information for a given feature belongs to the FeederInfoProvider class. The constructor of that class requires you to supply an IConnectionProperties object, which specifies the workspace context for the features whose feeder information you will retrieve. The GetFeederInfo method performs the retrieval.

Create an instance of the ConnectionProperties class to obtain the needed IConnectionProperties object. Pass in the workspace to which your features belong. Note that you must provide a FeatureKey object to represent the feature when calling the GetFeederInfo method.

Custom Feeder Fields

Explore this developer sample if you need a way to replace fields that currently rely on feeder information changes.

 

 

 


Send Comment to ArcFMdocumentation@schneider-electric.com