Versions: 10.2.1a - current
Product Availability: ArcFM with Feeder Manager 2.0
This project sample shows how to change feature labels that are part of a Feeder Manager 2.0 geometric network whenever ArcFM emits a feeder change event. This sample updates the LabelText attribute of overhead conductor features to reflect the current feeder id and energized phases.
How to implement:
- Open FeederLabelText.sln and connect any broken references.
- Build the solution.
- Ensure the FeederLabelText.dll has been built into the project's \obj\Debug folder.
- Copy the FeederLabelText.dll into your Miner and Miner\FeederManager directory. Create the FeederManager (one word, Pascal case) folder if it does not already exist.
- Open ArcMap with an electric geometric dataset.
- Locate an overhead conductor.
- Make changes to the network that impact the conductor's feeder information (e.g., open or close a fuse).
- Notice the conductor's label text changes on a feeder change event.
Requires:
All of the files shown below are required for the project to build successfully.
File | Description |
---|
FeederLabelText.sln | Visual Studio Solution file. |
FeederLabelText.csproj | C# project file. |
UpdateFeederLabelText.cs | Class module for the autoupdater. |
FeederLabelText.zip