Interface: Autodesk360

Available in 3ds Max 2016 and higher.

Interfaces > Core Interfaces > Autodesk360

 

   

Core Interfaces - Quick Navigation

   

Properties:

No properties exposed.

   

Methods:

<bool>Autodesk360.InitializeWebServices()

Initializes the Autodesk 360 web services.

Returns True on success, False on failure.

   

<String by value>Autodesk360.GetLoginUserName()

Returns the login user name as string.

   

<bool>Autodesk360.Login()

Logs in the Autodesk 360 service.

Returns True on success, False on failure.

   

<bool>Autodesk360.Logout()

Logs out from the Autodesk 360 service.

Returns True on success, False on failure.

   

<bool>Autodesk360.IsLoggedIn()

Returns True if the user is logged in the Autodesk 360 service.

Returns False if the user is not logged in.

   

<bool>Autodesk360.IsLoginValid()

Returns True if the user Autodesk 360 login is valid, False otherwise.

   

<String by value>Autodesk360.GetOxygenID()

Returns the Oxygen ID as string.

   

Actions:

No actions exposed.