Skip to content

SDK Packages

There are two SDK packages that comprise the platform SDK.

DHI.Platform.SDK

This is the core package that contains the basic infrastructure for integrating with your application, and many client interfaces for manipuluating the data and folders. You will need to install this package directly or indirectly in any case.

DHI.Platform.SDK.Spatial

This package contains the IMultidimensionalClient and IGISClient for communicating with the Multidimensional and GIS service respectively. The package contains a reference to NetTopologySuite nuget, which is why it is not part of the core package, as this reference may cause some conflicts if your application already uses a different version.