| PoDateFormatMappingElementSet Method  | 
 
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoNode node,
	PbDateFormatMapping dateFormatMapping
)
Public Shared Sub Set ( 
	state As SoState,
	node As SoNode,
	dateFormatMapping As PbDateFormatMapping
)
public:
static void Set(
	SoState^ state, 
	SoNode^ node, 
	PbDateFormatMapping^ dateFormatMapping
)
static member Set : 
        state : SoState * 
        node : SoNode * 
        dateFormatMapping : PbDateFormatMapping -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - node
 - Type: OIV.Inventor.NodesSoNode
 - dateFormatMapping
 - Type: OIV.MeshViz.GraphPbDateFormatMapping
 
Remarks
See Also