PoTimeAxis Constructor (String, String, Single) |
Calls PoTimeAxis(_startDate, _endDate, _coord, OIV.MeshViz.Graph.PoTimeAxis.Types( .PoTimeAxis.X )).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public PoTimeAxis(
string _startDate,
string _endDate,
float _coord
)
Public Sub New (
_startDate As String,
_endDate As String,
_coord As Single
)
public:
PoTimeAxis(
String^ _startDate,
String^ _endDate,
float _coord
)
new :
_startDate : string *
_endDate : string *
_coord : float32 -> PoTimeAxis
Parameters
- _startDate
- Type: SystemString
- _endDate
- Type: SystemString
- _coord
- Type: SystemSingle
Remarks See Also