Share

AcAxHighlight

C++

HRESULT AXAUTOEXP AcAxHighlight(
    AcAxObjectRef& objRef, 
    VARIANT_BOOL bHighlight
);

File

axboiler.h

Description

Highlight method for the object identified by objRef.

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 to highlight
bHighlight VARIANT_TRUE to highlight; VARIANT_FALSE not to highlight

Was this information helpful?