Share

AcAxGetObjectName

C++

HRESULT AXAUTOEXP AcAxGetObjectName(
    AcAxObjectRef& objRef, 
    BSTR* pName
);

File

axboiler.h

Description

Gets the ObjectARX class name of the specified object.

Except for the datatype of the first parameter, this function is identical to the overload that takes an object ID parameter.

Parameters

Parameters Description
objRef Input object reference of object for which to get the ObjectARX class name
pName Output pointer to the class name

Was this information helpful?