Click or drag to resize
PoTimeAxisSetDateFormatMapping Method

Sets a reference to a OIV.MeshViz.Graph.PbDateFormatMapping object for the input date format and for the association dates, coordinates.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetDateFormatMapping(
	PbDateFormatMapping formatMapping
)

Parameters

formatMapping
Type: OIV.MeshViz.GraphPbDateFormatMapping
Remarks

If this method is not called (or called passing NULL as argument), this is the date format and date mapping defined in the current inherited state (defined with the property node OIV.MeshViz.Nodes.PoDateFormatMapping) which are used.

See Also