C++
virtual AcGsView* createAutoCADView( AcGsGraphicsKernel & kernel, AcGiDrawable * pDrawable ) = 0;
Description
This method creates an AcGsView using the specified kernel and drawable.
Parameters
Parameters | Description |
---|---|
kernel | The graphics kernel to be used to create the resource. |
pDrawable | The drawable to be associated with the view. |
Returns
The new AcGsView.
Links
Previous Declaration
virtual AcGsView * createAutoCADView(
AcGiDrawable * drawable
) = 0;