Share

AcDbDictUtil::getGroupName

Description

Retrieves the name of an AcDbGroup object specified by itemId. Returns Acad::eOk on success.

Note

On success, the caller is expected to free the memory associated with the name using acutDelString().

Parameters

Parameters Description
name Output name of group
itemId Input object ID of the AcDbGroup object for the desired group name

Was this information helpful?