Archicad 28 C++ API
|
Contains common information related to API_ModelViewOptionsType types. More...
#include <APIdefs_ViewSettings.hpp>
Public Attributes | |
Int32 | index |
The index is the current database index of the given MVO. References to any MVO are done through these indices. It goes from 1 to the maximum available MVO index. | |
short | flags |
The MVO flags. | |
char | name [API_UniLongNameLen] |
The name of the MVO as UTF-8 encoded C string, which appears in the appropriate dialogs. | |
API_Guid | guid |
The globally unique identifier (GUID) of the MVO; can be used for identifying MVO with ACAPI_Navigator_ModelViewOptions_Get and ACAPI_Navigator_ModelViewOptions_Search. | |
UInt64 | modiTime |
The last time the MVO was modified as GSTime . | |
GS::UniString * | uniStringNamePtr |
Optional parameter for accessing the name of the MVO in UniString (UTF-16 encoded) format. | |
Contains common information related to API_ModelViewOptionsType types.
API_ModelViewOptions_Head::flags |
The MVO flags.
Value | Description |
---|---|
APIAttr_IsClientCreated | In teamwork mode, indicates whether an MVO was created by the client and not sent with the changes yet. |