Share

acdbGetExtnames

C++

Acad::ErrorStatus acdbGetExtnames(
    bool & value, 
    AcDbDatabase * pDb
);

File

dbxutil.h

Description

This function returns the bool value of the specified database's EXTNAMES system variable. Returns Acad::eOk if successful. If pDb is NULL, Acad::eInvalidInput is returned.

In a future release, this function may be removed along with support for the EXTNAMES system variable.

Parameters

Parameters Description
value Output bool for receiving the specified database's EXTNAMES value
pDb Input pointer to the database from which the EXTNAMES value will be retrieved

Was this information helpful?