Class IAttributeId#
Defined in File libCZI_Metadata2.h
Inheritance Relationships#
Derived Type#
public libCZI::IDimensionChannelInfo
(Class IDimensionChannelInfo)
Class Documentation#
-
class IAttributeId#
This interface is used for all elements that contain an ‘id’ (as XML-attribute).
Subclassed by libCZI::IDimensionChannelInfo
Public Functions
-
virtual bool TryGetAttributeId(std::wstring *id) const = 0#
Attempts to get the ‘id’. If the method succeeds, the id is put into the specified string.
- Parameters:
id – [out] If non-null, the id is put here (if successful).
- Returns:
True if it succeeds; false otherwise.
-
virtual ~IAttributeId() = default#
-
virtual bool TryGetAttributeId(std::wstring *id) const = 0#