Click or drag to resize
PoValueLegendSetDataMapping Method

Sets a reference to a OIV.MeshViz.Graph.PbDataMapping object to the association color-values.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDataMapping(
	PbDataMapping dataMapping
)

Parameters

dataMapping
Type: OIV.MeshViz.GraphPbDataMapping
Remarks

If this method is not called (or called passing NULL as argument), this is the data mapping defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoDataMapping and its derived classes) which is used.

See Also