Click or drag to resize
SoVolumeDataEditTile Method (SoLDMTileID, Double)

Replaces the contents of a tile with the specified value.

Namespace: OIV.VolumeViz.Nodes
Assembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public override int EditTile(
	SoLDMTileID tileId,
	double value
)

Parameters

tileId
Type: OIV.LDMSoLDMTileID
value
Type: SystemDouble

Return Value

Type: Int32
Remarks

Call OIV.VolumeViz.Nodes.SoVolumeData.StartEditing(System.Int32@) before calling this method. Returns 0 if successful.

See Also