Share

AcAxErase

C++

HRESULT AXAUTOEXP AcAxErase(
    AcAxObjectRef& objRef
);

File

axboiler.h

Description

Erases the specified object.

This function supports only database resident objects and returns an error if invoked on a non-database-resident object.

Parameters

Parameters Description
objRef Input object reference of object to be erased

Was this information helpful?