PoTimeAxisSetDateFormatMapping Method |
Sets a reference to a PbDateFormatMapping object for the input date format and for the association dates, coordinates.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void SetDateFormatMapping(
PbDateFormatMapping formatMapping
)
Public Sub SetDateFormatMapping (
formatMapping As PbDateFormatMapping
)
public:
void SetDateFormatMapping(
PbDateFormatMapping^ formatMapping
)
member SetDateFormatMapping :
formatMapping : PbDateFormatMapping -> unit
Parameters
- formatMapping
- Type: OIV.MeshViz.GraphPbDateFormatMapping
RemarksIf 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 PoDateFormatMapping) which are used.
See Also