Share

Manager.GetGUIDevice Method

Description

Returns the Device associated with the AutoCAD display window.

Visual Basic

Public Function GetGUIDevice(
    A_0 As GraphicsKernel
) As Device

Parameters

Parameters Description
kernel Graphics Kernel used to query for the device.

Returns

Device associated with the specified kernel.

Previous Declaration

public Device GetGUIDevice();

Links

Manager Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?