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

Replaces the contents of a tile with the specified value.

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

Parameters

tileId
Type: OIV.LDMSoLDMTileID
value
Type: SystemDouble

Return Value

Type: Int32
Remarks

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

See Also