Functions related to the unique identification of the Add-On.
More...
Functions related to the unique identification of the Add-On.
◆ ACAPI_AddOnIdentification_Application()
Returns information about the current application.
- Parameters
-
serverApplicationInfo | [out] Information about the server application. Contains the main and maintenance release number of the server application. |
- Returns
- NoError - The function has completed with success.
- APIERR_BADPARS - the serverInfo is nullptr.
◆ ACAPI_GetOwnLocation()
GSErrCode ACAPI_GetOwnLocation |
( |
IO::Location * |
ownFileLoc | ) |
|
Returns the location of the add-on in the file system.
- Parameters
-
ownFileLoc | [out] On return contains the location of the add-on in the file system. |
- Returns
- NoError - The function has completed with success.
- APIERR_NOTINIT - The internal variable holding the location of the add-on hasn't been initalized yet.
◆ ACAPI_GetToken()
Returns the token associated with the AddOn.
- Returns
- The token associated with the add-on.
- Since
- Archicad 25
- Returns
- The token associated with the add-on.