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

1244
6
02-06-2011 10:47 PM
Nik_Mohd_FadhilNik_Mohd_Kamil
New Contributor III
Does anyone know the difference "ESRI.ArcGIS.System" and "ESRI.ArcGIS.esriSystem" ?
0 Kudos
6 Replies
StefanOffermann
Occasional Contributor II
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
Occasional Contributor
0 Kudos
Nik_Mohd_FadhilNik_Mohd_Kamil
New Contributor III
Thanks all 🙂
0 Kudos
Venkata_RaoTammineni
Occasional 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
New Contributor III
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
New Contributor II

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