Remove

Removes an object from the selection buffer.

JavaScript

 

Remove(

       ObjectID)   

 

C#

 

bool Remove (

       string ObjectID)   

 

C++

 

HRESULT Remove (

       BSTR ObjectID)

Parameters

ObjectID

The ID of the object to be removed.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.