Select to view content in your preferred language

Difference "ESRI.ArcGIS.System" and "ESRI.ArcGIS.esriSystem"

1491
6
02-06-2011 10:47 PM
Nik_Mohd_FadhilNik_Mohd_Kamil
Emerging Contributor
Does anyone know the difference "ESRI.ArcGIS.System" and "ESRI.ArcGIS.esriSystem" ?
0 Kudos
6 Replies
StefanOffermann
Deactivated User
I guess "esri" is a prefix to avoid ambiguousities with other namespaces "System", like the .NET-namespace "System" ("System.Text", ...). But this is a pure guess, I am not sure if it is the correct explanation.
0 Kudos
RuchiraWelikala
Regular Contributor
0 Kudos
Nik_Mohd_FadhilNik_Mohd_Kamil
Emerging Contributor
Thanks all 🙂
0 Kudos
Venkata_RaoTammineni
Regular Contributor
Does anyone know the difference "ESRI.ArcGIS.System" and "ESRI.ArcGIS.esriSystem" ?


ESRI.ArcGIS.System :-

The System library is the lowest level library in the ArcGIS architecture. The library contains components that expose services used by the other libraries composing ArcGIS.

ESRI.ArcGIS.esriSystem :-

The Display library contains the components that support drawing symbology to an output device. Screen displays, symbols, colors and feedback objects, along with their supporting objects are all defined in the library.
0 Kudos
Nik_Mohd_FadhilNik_Mohd_Kamil
Emerging Contributor
ESRI.ArcGIS.System :-

The System library is the lowest level library in the ArcGIS architecture. The library contains components that expose services used by the other libraries composing ArcGIS.

ESRI.ArcGIS.esriSystem :-

The Display library contains the components that support drawing symbology to an output device. Screen displays, symbols, colors and feedback objects, along with their supporting objects are all defined in the library.


Noted. Thanks Venkat Tammineni 😄
0 Kudos
JeroenBloemscheer
Emerging Contributor

Wanted to compile against the 10.6.1 SDK, the ESRI.ArcGIS.esriSystem is no longer recognized. In which DLL does this reference exists or has it been deprecated?

0 Kudos