PoDateFormatMappingElementSet Method |
Namespace: OIV.MeshViz.ElementsAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public 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