PbDateFormatMappingGetCoordinate Method |
Returns the coordinate associated to a date according to date mapping.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetCoordinate(
string date,
out float c
)
Public Function GetCoordinate (
date As String,
<OutAttribute> ByRef c As Single
) As Boolean
public:
bool GetCoordinate(
String^ date,
[OutAttribute] float% c
)
member GetCoordinate :
date : string *
c : float32 byref -> bool
Parameters
- date
- Type: SystemString
- c
- Type: SystemSingle
Return Value
Type:
BooleanRemarks false is returned, if the format of the date is incorrect.
See Also