Interface Methods

getInterfaceID {<Interface>|<MixinInterface>}

getInterfaceID returns the id of the interface as a 2 element array, where each element is an Integer64. The id uniquely identifies the interface.

Available in 3ds Max 2027 and higher.

getInterfaceName {<Interface>|<MixinInterface>}

getInterfaceName returns the interface name as a string.

Available in 3ds Max 2027 and higher.

EXAMPLE

   // getInterfaceID <Interface>
   getInterfaceID maxops
   --> #(1686454563L, 2073974044L)
   // getInterfaceName <Interface>
   getInterfaceName maxops
   --> "maxOps"