PbDateFormatMappingGetDateMapping Method |
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetDateMapping(
out string date1,
out string date2,
out float coord1,
out float coord2
)
Public Sub GetDateMapping (
<OutAttribute> ByRef date1 As String,
<OutAttribute> ByRef date2 As String,
<OutAttribute> ByRef coord1 As Single,
<OutAttribute> ByRef coord2 As Single
)
public:
void GetDateMapping(
[OutAttribute] String^% date1,
[OutAttribute] String^% date2,
[OutAttribute] float% coord1,
[OutAttribute] float% coord2
)
member GetDateMapping :
date1 : string byref *
date2 : string byref *
coord1 : float32 byref *
coord2 : float32 byref -> unit
Parameters
- date1
- Type: SystemString
- date2
- Type: SystemString
- coord1
- Type: SystemSingle
- coord2
- Type: SystemSingle
Remarks See Also