Share

AcApGetDatabase

C++

AcDbDatabase* AcApGetDatabase(
    CView * pView
);

File

rxmfcapi.h

Description

This function returns a pointer to the AcDbDatabase of the drawing displayed in the window specified by pView.

Returns null if pView is not a pointer to an AutoCAD drawing window.

Parameters

Parameters Description
pView Input pointer to the CView object of the drawing window that displays the desired database

Was this information helpful?