Autodesk.AutoCAD.GraphicsSystem Namespace > GraphicsKernel Class
GraphicsKernel Class
Description

This .NET class wraps the AcGsGraphicsKernel ObjectARX class. 

The GraphicsKernel is used in graphics system (GS) for initialization and shutdown. The GS meta-API objects hide behind a pure virtual interface, and they are constructed via the GraphicsKernel.

Class Hierarchy
Autodesk.AutoCAD.GraphicsSystem.GraphicsKernel
Visual Basic
Public Class GraphicsKernel
Inherits DisposableWrapper
C#
public class GraphicsKernel : DisposableWrapper;
Links
   Comments?