apexStickyNoteBySessionId(session_id)
  → hou.ApexStickyNote or None
                
            
Returns an APEX sticky note given its ID in the current Houdini session. See hou.ApexStickyNote.sessionId for more information.
>>> apex_note = hou.apexStickyNoteBySessionId(1) >>> apex_note.sessionId() 1
| See also |