Click or drag to resize
SoVolumeDataStartEditing Method

Initiate 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 StartEditing(
	out int transactionId
)

Parameters

transactionId
Type: SystemInt32

Return Value

Type: Boolean
Remarks

Returns true if successful and also returns a unique transaction id. This value is required for finishing the edit transaction (see finishEditing()) and for undo/redo (see undoEditing() and redoEditing()). Multiple transactions may be active at the same time.

See Also