Share

View.Erase Method

Description

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.

Visual Basic

Public Function Erase(
    drawable As Drawable
) As bool

C#

public bool Erase(
    Drawable drawable
);

Parameters

Parameters Description
Drawable drawable Input object to be removed from the view.

Links

View Class, Autodesk.AutoCAD.GraphicsSystem Namespace

Was this information helpful?