Share

acdbSetDefaultAcGiContext

C++

AcGiContext * acdbSetDefaultAcGiContext(
    AcGiContext *
);

File

dbmain.h

Description

Sets the default graphics context for an application.

Returns the previous default graphics context, which may be NULL.

Parameters

Parameters Description
unnamed Input graphics context

Was this information helpful?