Archicad 29 C++ API
Loading...
Searching...
No Matches
Keynote

Functions related to keynotes, and the keynoting workflow. More...

Classes

class  ACAPI::Keynote::KeynoteFolder
 A class that represents a folder in the keynote tree structure. More...
 
class  ACAPI::Keynote::KeynoteItem
 A class that represents an item in the keynote tree structure. More...
 
class  ACAPI::Keynote::KeynoteManager
 A class that contains keynote related functions. More...
 

Enumerations

enum class  ACAPI::Keynote::KeynoteManager::AutoTextTokenSelector { Key , Title , Description , Reference }
 Part of the keynote, an autotext should refer to.
 

Functions

Result< KeynoteManagerACAPI::Keynote::CreateKeynoteManager ()
 A function to create keynote manager instance, that lets you query and manipulate keynote related data.
 

Detailed Description

Functions related to keynotes, and the keynoting workflow.

Function Documentation

◆ CreateKeynoteManager()

Result< KeynoteManager > ACAPI::Keynote::CreateKeynoteManager ( )
inline

A function to create keynote manager instance, that lets you query and manipulate keynote related data.

Returns
The keynote manager instance.