Share

acdbTblObjName

C++

int acdbTblObjName(
    const ACHAR * tblname, 
    const ACHAR * sym, 
    ads_name result
);

File

acedads.h

Description

Returns an entity identifier for passing to acdbEntGet() or acdbEntMod() to locate the actual entity.

Parameters

Parameters Description
tblname Name of the symbol table in which the entity's name is listed
sym Entity's name as written in the symbol table

Returns

Name of an entity of type ads_name, which can be passed to acdbEntGet() or acdbEntGetX()

Was this information helpful?