Cursor

Gets and sets the URL of a cursor to use in the 3D Window. Pass an empty string to restore the default cursor.

JavaScript

 

Cursor

 

C#

 

string Cursor { get; set; }

 

C++

 

HRESULT Cursor ([out, retval] BSTR* cursorURL)

HRESULT Cursor([in] BSTR cursorURL);