Click or drag to resize

pipelineModelExecutionContextGetAndChangeCustomDataProperty Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Updates custom data property of type Int32 and returns new value

Namespace:  imbNLP.PartOfSpeech.pipeline.machine
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public int GetAndChangeCustomDataProperty(
	string key,
	int change
)

Parameters

key
Type: SystemString
The key.
change
Type: SystemInt32
The change.

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.machine.pipelineModelExecutionContext.GetAndChangeCustomDataProperty(System.String,System.Int32)"]

See Also