Class IAttributeName#

Inheritance Relationships#

Derived Type#

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#