Share

AcAxUpdate

Functions

Function Description
AcAxUpdate 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.
AcAxUpdate Instructs the object identified by objId to redraw itself.Returns HRESULT. The macros SUCCEEDED() and FAILED() can be used to determine whether the function succeeded. The return value should be forwarded to the COM client; nothing else needs to be done. The function cleans up after itself in case of an error and also sets up the Error Info object that can be queried from the COM client to get specific information about what caused any given failure.

Was this information helpful?