PbDateFormatMapping Constructor (String, String, Single, Single) |
Calls PbDateFormatMapping(date1, date2, coord1, coord2, "").
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PbDateFormatMapping(
string date1,
string date2,
float coord1,
float coord2
)
Public Sub New (
date1 As String,
date2 As String,
coord1 As Single,
coord2 As Single
)
public:
PbDateFormatMapping(
String^ date1,
String^ date2,
float coord1,
float coord2
)
new :
date1 : string *
date2 : string *
coord1 : float32 *
coord2 : float32 -> PbDateFormatMapping
Parameters
- date1
- Type: SystemString
- date2
- Type: SystemString
- coord1
- Type: SystemSingle
- coord2
- Type: SystemSingle
Remarks See Also