Share

acdbGetAdsName

C++

Acad::ErrorStatus acdbGetAdsName(
    ads_name& objName, 
    AcDbObjectId objId
);

File

dbmain.h

Description

This function fills in objName with the ads_name that corresponds to the objId object ID.

Returns Acad::eOk if successful. If objId is 0, then Acad::eNullObjectId is returned.

Parameters

Parameters Description
objName Output ads_name
objId Input object ID

Was this information helpful?