PbDateFormatMapping Constructor (String, String, Single, Single, String) |
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,
string format
)
Public Sub New (
date1 As String,
date2 As String,
coord1 As Single,
coord2 As Single,
format As String
)
public:
PbDateFormatMapping(
String^ date1,
String^ date2,
float coord1,
float coord2,
String^ format
)
new :
date1 : string *
date2 : string *
coord1 : float32 *
coord2 : float32 *
format : string -> PbDateFormatMapping
Parameters
- date1
- Type: SystemString
- date2
- Type: SystemString
- coord1
- Type: SystemSingle
- coord2
- Type: SystemSingle
- format
- Type: SystemString
Remarks See Also