Archicad 29 C++ API
|
LibPart is the representation of a file-like item in a Library (.gsm, .png, .lis, etc..) More...
#include <LibPart.hpp>
Public Member Functions | |
ACAPI::Result< GS::UniString > | GetName () const |
The name of the library part. | |
ACAPI::Result< IO::Location > | GetLocation () const |
The location of the library part file. | |
ACAPI::Result< LibPartType > | GetType () const |
The file type of the library part. | |
![]() | |
Object (std::shared_ptr< Impl::ObjectImpl > impl) | |
Constructs a new object. | |
const API_Token & | GetToken () const |
Get the token for this object. | |
Friends | |
class | Impl::LibraryManagerImpl |
Additional Inherited Members | |
![]() | |
~Object () | |
Default destructor. | |
![]() | |
std::shared_ptr< Impl::ObjectImpl > | mImpl |
Impl object given by constructor. | |