Click or drag to resize
PoValueLegendSetIsovaluesList Method

Sets a reference to a OIV.MeshViz.Graph.PbIsovaluesList object.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetIsovaluesList(
	PbIsovaluesList isovaluesList
)

Parameters

isovaluesList
Type: OIV.MeshViz.GraphPbIsovaluesList
Remarks

A OIV.MeshViz.Graph.PbIsovaluesList object defines an isovalue list used for the legend values. If this method is not called (or called passing NULL as argument), this is the isovalue list defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoIsovaluesList) which is used.

See Also