Click or drag to resize
PbDateFormatMappingGetCoordinate Method

Returns the coordinate associated to a date according to date mapping.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool GetCoordinate(
	string date,
	out float c
)

Parameters

date
Type: SystemString
c
Type: SystemSingle

Return Value

Type: Boolean
Remarks

false is returned, if the format of the date is incorrect.

See Also