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