# Wave **Repository Path**: wangshenxing/Wave ## Basic Information - **Project Name**: Wave - **Description**: 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. - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-02-08 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9e96cb13cfd345e4b4758550b3ebe5f1)](https://www.codacy.com/app/Jumpercables/Wave?utm_source=github.com&utm_medium=referral&utm_content=Jumpercables/Wave&utm_campaign=Badge_Grade) # 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](http://jumpercables.github.io/Wave/) **Wave Extensions for ArcGIS** The package for the ArcGIS for Desktop extensions. - [![Wave Extensions for ArcGIS](https://buildstats.info/nuget/Wave.Extensions.Esri)](https://www.nuget.org/packages/Wave.Extensions.Esri/) **Wave Extensions for ArcFM** The package for the ArcFM Solution extensions. - [![Wave Extensions for ArcFM](https://buildstats.info/nuget/Wave.Extensions.Miner)](https://www.nuget.org/packages/Wave.Extensions.Miner/) ## 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