PoDateFormatMappingGetCoordinate Method |
Returns the coordinate associated to a date.
Namespace: OIV.MeshViz.NodesAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool GetCoordinate(
string date,
out float coord
)
Public Function GetCoordinate (
date As String,
<OutAttribute> ByRef coord As Single
) As Boolean
public:
bool GetCoordinate(
String^ date,
[OutAttribute] float% coord
)
member GetCoordinate :
date : string *
coord : float32 byref -> bool
Parameters
- date
- Type: SystemString
- coord
- Type: SystemSingle
Return Value
Type:
Booleanfalse otherwise.
Remarks See Also