Share

AcAxGetVisible

C++

HRESULT AXAUTOEXP AcAxGetVisible(
    AcAxObjectRef& objRef, 
    VARIANT_BOOL* pVisible
);

File

axboiler.h

Description

Gets the visibility value for 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 visibility value
pVisible Output pointer to Boolean; VARIANT_TRUE if the object is shown or VARIANT_FALSE if it is hidden

Was this information helpful?