Skip to content

Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.

License

wey12138/Wave

 
 

Repository files navigation

Codacy Badge

Wave

Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.

Documentation The documentation is located on the Wave GitHub Page

Wave Extensions for ArcGIS The package for the ArcGIS for Desktop extensions.

  • Wave Extensions for ArcGIS

Wave Extensions for ArcFM The package for the ArcFM Solution extensions.

  • Wave Extensions for ArcFM

Installation

You can download a release of the library using the Microsoft NuGet Package Manager within Visual Studio.

To install Wave Extensions for ArcGIS, run the following command in the Package Manager Console.

	PM> Install-Package Wave.Extensions.Esri

To install Wave Extensions for ArcFM, run the following command in the Package Manager Console.

	PM> Install-Package Wave.Extensions.Miner

The Wave.Extensions.Esri package features are included in the Wave.Extensions.Miner package, as the ArcFM Solution product is tightly coupled with the ArcGIS for Desktop product.

Requirements

  • ArcGIS for Desktop 10 (or higher)
  • ArcFM Solution 10 (or higher)
  • 3.5 SP 1 or 4.5 .NET Framework
  • Visual Studio 2010 (or higher)

Third Party Libraries

  • log4net 2.0.3

About

Wave is C# library extends the ArcGIS for Desktop and ArcFM Solution APIs in an effort to simplify customizing these products. The library has been designed to use extension methods to expose the features of the library.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 99.2%
  • Other 0.8%