C++
AcGsManager * acgsGetGsManager( CView * pView = nullptr );
File
acgs.h
Description
This function returns the AcGsManager object for a specified AutoCAD MDI Client CView.
Parameters
Parameters | Description |
---|---|
pView | Pass in NULL to get the AcGsManager associated with the current MDI Client Window; otherwise, pass in an AutoCAD MDI Client CView to retrieve the AcGsManager associated with that MDI Client window. |