Share

AcAxHasExtensionDictionary

C++

HRESULT AXAUTOEXP AcAxHasExtensionDictionary(
    AcAxObjectRef& objRef, 
    VARIANT_BOOL* bHasDictionary
);

File

axboiler.h

Description

Determines whether the specified object has an extension dictionary.

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 check for an extension dictionary
bHasDictionary VARIANT_TRUE if the object has an extension dictionary; VARIANT_FALSE if it does not

Was this information helpful?