A MAXNoteKeyArrayrepresents all the note keys in a 3ds Max note track. See also MAXNoteKey Values and Notetrack Values. MAXNoteKeyArray values are mappable.
The note key array can be constructed by accessing the keys property on the note track.
Returns the number of objects in set
Accesses member of collection. Indexes start at 1.
Adds a new note key to the note key array at the time specified. The value for the new note key is a null string. Returns the note key added.
Deletes note keys from the note key array according to the optional symbolic argument supplied.
#allKeys: deletes all keys in the note key array.
#selection: deletes the currently selected note keys
Deletes the indexed note key. Key indexes are 1-based.
Returns the time of indexed note key.