|
Archicad 29 C++ API
|
Represents a Project Navigator item. More...
#include <APIdefs_Navigator.h>
Public Attributes | |
| GS::uchar_t | uName [API_UniLongNameLen] |
| The name of the navigator item. | |
| GS::uchar_t | uAutoTextedName [API_UniLongNameLen] |
| The name of the navigator item which contains the autotext tokens. | |
| char | uiId [128] |
| The ID of the navigator item. | |
| API_Guid | guid |
| The own GUID of the navigator item. | |
| API_DatabaseInfo | db |
| The database reference of the the navigator item. | |
| short | floorNum |
Floor index the navigator item refers to. Valid only if the type of the database is floorplan [ itemType is API_StoryNavItem]. | |
| short | vType |
| For internal use. | |
| API_CutPlanePlanConn | intendedPlanConn |
| The status of the link between the navigator item and the Floor Plan. | |
| API_Guid | camId |
GUID of a single camera [ itemType is API_CameraNavItem] or a camera set [ itemType is API_CameraNavItem]. | |
| API_NavigatorMapID | mapId |
| The Project Navigator map which contains this item. | |
| API_NavigatorItemTypeID | itemType |
| Type of the item. | |
| API_Guid | sourceGuid |
| The guid of the source navigator item. For example a View item can be the source of a Drawing or a PublisherSet item. | |
| Int32 | owner |
| The member ID of the item's owner in TeamWork mode (relevant only in View Map). | |
| bool | customName |
| Custom name of the item (relevant only in the View Map and Layout Map). | |
| bool | customUiId |
| Custom ID of the item (relevant only in the View Map and Layout Map). | |
| bool | isIndependent |
| True when the navigator item is independent. | |
| GS::uchar_t | mimeType [API_UniLongNameLen] |
| MimeType of the publish format (relevant only in the Publisher set). | |
Represents a Project Navigator item.