Archicad 28 C++ API
|
Represents the GDL related model view options. More...
#include <APIdefs_ViewSettings.hpp>
Public Attributes | |
GS::uchar_t | name [API_UniLongNameLen] |
Name of the options in Unicode format. | |
API_Guid | guid |
Unique ID of the option. | |
API_AddParType ** | params |
Additional parameters. | |
char | checkSum [64] |
MD5 checksum of params (output only). | |
API_Guid | supersetGuid |
Unique ID of another GDL-related model view option which has all of the functionality of this one. If that is present, the current one is filled, but not shown in the Model View Options dialog. | |
Int32 | filler [4] |
Reserved for later use. | |
Represents the GDL related model view options.
gdlOptions
pointer when it is not needed any more. Refer to the ACAPI_FreeGDLModelViewOptionsPtr to do that.