Click or drag to resize
SoVolumeDataFinishEditing Method

Terminate an editing transaction.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public override bool FinishEditing(
	int transactionId
)

Parameters

transactionId
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns true if successful. May only be called with a valid transaction id returned by the startEditing() method. On error does nothing. The finish method will schedule a redraw so the correct data is displayed. To commit the edits, in other words to save the edited data back to the data source, call saveEditing().

See Also