Archicad 28 C++ API
|
Represents a Mark-Up entry. More...
#include <APIdefs_Elements.h>
Public Member Functions | |
API_MarkUpType (GS::UniString name=GS::UniString(), API_Guid parentGuid=APINULLGuid) | |
Constructor. | |
Public Attributes | |
API_Guid | guid |
Identifier of the Mark-Up. | |
GS::UniString | name |
Name. | |
API_Guid | parentGuid |
The identifier of the parent Mark-Up. | |
GSTime | creaTime |
Creation time. | |
GSTime | modiTime |
Modification time. | |
GS::UniString | tagText |
Tag text. | |
API_Guid | tagTextElemGuid |
The identifier of the attached tag text element. | |
bool | isTagTextElemVisible |
The visibility of the attached tag text element. | |
Represents a Mark-Up entry.
|
inline |
Constructor.
name | Name of the Mark-Up. |
parentGuid | The identifier of the parent Mark-Up. |