|
Archicad 29 C++ API
|
Describes the data of an active library of an Archicad project. More...
#include <APIdefs_Environment.h>
Public Attributes | |
| IO::Location | location |
| the folder specification of the library | |
| GS::UniString | name |
| the name of the library | |
| API_LibraryTypeID | libraryType |
the type of the library (Built-In, Local, Embedded, BIM Server, Web Object, Other; see API_LibraryTypeID) | |
| bool | available |
| the library is available (e.g. not missing) | |
| bool | readOnly |
| the library is not writable | |
| bool | filler [2] |
| Reserved for later use. | |
| GS::UniString | twServerUrl |
URL address of the TeamWork server hosting the library (API_ServerLibrary only) | |
| GS::UniString | urlWebLibrary |
URL of the downloaded Internet library (API_UrlLibrary and API_UrlOtherObject only) | |
Describes the data of an active library of an Archicad project.
rfs component at the end. This is necessary if you want to convert the location to a folder, but you can safely remove this component for display purposes with IO::Location::DeleteLastLocalName or IO::Location::MoveLastLocalName.