ImagingTools Core SDK
at

The ListAccessResult used as a storage for list methods.

The ListAccessResult used as a storage for list methods. See methods for details, uses it.

See also
AddContainerListAccessCode listVariableName - a name of variable, that defines a storage list listCountVariableName - a name of variable, that defines a number of elements listCountVariableType - a type of listCountVariableName customListAccessCode - a code, used to access items, by index it can be a NULL;
Warning
MUST contain placeholder - will be replaced to correct index customAccessedElementName - a name of element, extracted, by customListAccessCode
MUST be non-empty if customAccessedElementName is non-empty toObjectTransformMethod - a method, used to convert a 'object_value' to 'object_type'. Can be NULL if no convertation is required (if container a QList). The returned type of a method MUST be same as in GetContainerObjectClassName()
customListAccessMethodName MUST NOT contain endian brackets!; NOT ".at"; NOT "at()"; NOT ".at()"
toObjectTransformMethod MUST be complete! WITH endian brackets!