Share

AcGsView::erase

C++

virtual bool erase(
    AcGiDrawable * drawable
) = 0;

Description

This method removes the specified drawable from the list of viewed drawables.

Returns true if the drawable was found. Returns false if the specified drawable had not been added to this view.

Parameters

Parameters Description
drawable Input drawable to be removed from the view

Links

AcGsView Class

Was this information helpful?