C++
AcDbObjectId acdbGetCurVportTableRecordId( AcDbDatabase* pDb );
File
dbxutil.h
Description
This function returns the object ID of the currently active viewport table record in the given database. It returns AcDbObjectId::kNull on error, or if pDb is not in titlemode.
Parameters
Parameters | Description |
---|---|
pDb | Input database to query |