Add

Adds an object to the selection buffer.

JavaScript

 

Add(

       ObjectID)   

 

C#

 

bool Add (

       string ObjectID)   

 

C++

 

HRESULT Add (

       BSTR ObjectID)

Parameters

ObjectID

The ID of the object to be added to the selection buffer

Exceptions

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