libCZI
Reading and Writing CZI documents made easy
libCZI::IAttributeId Class Referenceabstract

This interface is used for all elements that contain an 'id' (as XML-attribute). More...

#include <libCZI_Metadata2.h>

Inheritance diagram for libCZI::IAttributeId:
libCZI::IDimensionChannelInfo

Public Member Functions

virtual bool TryGetAttributeId (std::wstring *id)=0
 

Detailed Description

This interface is used for all elements that contain an 'id' (as XML-attribute).

Member Function Documentation

◆ TryGetAttributeId()

virtual bool libCZI::IAttributeId::TryGetAttributeId ( std::wstring *  id)
pure virtual

Attempts to get the 'id'. If the method succeeds, the id is put into the specified string.

Parameters
[out]idIf non-null, the id is put here (if successful).
Returns
True if it succeeds; false otherwise.

The documentation for this class was generated from the following file: