[This is preliminary documentation and is subject to change.]

Initializes a new external action chunk. Also, if the optional label is specified (and is not null), then this method generates a SemanticLabel object for the specified label (if one does not already exist for it) and adds it to the action chunk (unless otherwise indicated).

Namespace: Clarion
Assembly: ClarionLibrary (in ClarionLibrary.dll) Version: 6.1.1.0 (6.1.1.0)

Syntax

C#
public static ExternalActionChunk NewExternalActionChunk(
	IComparable label,
	bool addSemanticLabel
)

Parameters

label
Type: System..::..IComparable
The (optional) label for the action chunk being generated
addSemanticLabel
Type: System..::..Boolean
(optional) Specifies whether the SemanticLabel should be added to the dimension-value pairs collection of the chunk.
Note
The semantic label is still generated regardless of whether it is added to the chunk.

Return Value

A new external action chunk

See Also