libCZI
Reading and Writing CZI documents made easy
|
This interface is used for all elements that contain an 'id' (as XML-attribute). More...
#include <libCZI_Metadata2.h>
Public Member Functions | |
virtual bool | TryGetAttributeId (std::wstring *id)=0 |
This interface is used for all elements that contain an 'id' (as XML-attribute).
|
pure virtual |
Attempts to get the 'id'. If the method succeeds, the id is put into the specified string.
[out] | id | If non-null, the id is put here (if successful). |