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

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

#include <libCZI_Metadata2.h>

Inheritance diagram for libCZI::IAttributeName:
libCZI::IDimensionChannelInfo

Public Member Functions

virtual bool TryGetAttributeName (std::wstring *name)=0
 

Detailed Description

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

Member Function Documentation

◆ TryGetAttributeName()

virtual bool libCZI::IAttributeName::TryGetAttributeName ( std::wstring *  name)
pure virtual

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

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

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