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