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

Replace the contents of a tile with the specified value.

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

Parameters

tileId
Type: OIV.LDMSoLDMTileID
value
Type: SystemDouble

Return Value

Type: Int32
Remarks

Call startEditing() before calling this method. Returns 0 if successful.

See Also