Platforms to show: All Mac Windows Linux Cross-Platform

Back to LCMS2IT8MBS class.

LCMS2IT8MBS.Constructor(context as LCMS2ContextMBS = nil)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Allocates an empty CGATS.17 object.

LCMS2IT8MBS.DefineDblFormat(Formatter as string)

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Sets the format string for float numbers.

It uses the "C" sprintf convention. The default format string is "%.10g".

LCMS2IT8MBS.EnumDataFormat as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns an array with pointers to the column names in current table.

Return the column names in table.

Some examples using this method:

LCMS2IT8MBS.EnumProperties as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Enumerates all properties in current table.

Returns array of property name string.

Some examples using this method:

LCMS2IT8MBS.EnumPropertyMulti(Prop as string) as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Enumerates all the identifiers found in a multi‐value property in current table.

Prop: A string holding property name
Returns an array with property names.

LCMS2IT8MBS.FindDataFormat(Sample as string) as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the position (column) of a given data sample name in current table.

First column is 0 (SAMPLE_ID).
Returns column number if found, ‐1 if not found

LCMS2IT8MBS.HeaderIsDictionary(HeaderName as string) as boolean

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Checks if a header entry has subkeys, so it has a dictionary with keys and values.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.

LCMS2IT8MBS.HeaderList as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns list of header properties.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.

LCMS2IT8MBS.HeadersAsDictionary as dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the header keys and values as dictionary.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Returns nil on any error.

Some examples using this method:

LCMS2IT8MBS.HeaderSubDictionary(HeaderName as string) as dictionary

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Queries the dictionary with subkeys for a given header entry.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.
Returns nil on any error.

Some examples using this method:

LCMS2IT8MBS.HeaderValue(HeaderName as string) as string

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns the header value for the given header.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.

LCMS2IT8MBS.TableCount as UInt32

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 12.4 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
This function returns the number of tables found in the current CGATS object.

Returns the number of tables on success, 0 on error.

Some examples using this method:

LCMS2IT8MBS.ValidKeywords as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns list of valid keywords.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.

Some examples using this method:

LCMS2IT8MBS.ValidSampleIDs as string()

Type Topic Plugin Version macOS Windows Linux iOS Targets
method LCMS2 MBS Images Plugin 13.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes All
Returns list of valid sample IDs.

This is a helper method in our plugin. May stop working if the internals of LCMS2 change in an update.

Some examples using this method:

The items on this page are in the following plugins: MBS Images Plugin.


The biggest plugin in space...