Share

AcAxUpdate

C++

HRESULT AXAUTOEXP AcAxUpdate(
    AcAxObjectRef& objRef
);

File

axboiler.h

Description

Instructs the object identified by objRef to redraw itself.

This function supports only database resident objects and returns an error if invoked on a non-database-resident object. Otherwise, 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 update

Was this information helpful?