C++
HRESULT AXAUTOEXP AcAxPutVisible( AcAxObjectRef& objRef, VARIANT_BOOL visible );
File
axboiler.h
Description
Sets 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 set the visibility value |
visible | VARIANT_TRUE if the object is shown; VARIANT_FALSE if it is hidden |