PoTimeAxis Constructor (String, String, Single, PoTimeAxisTypes) |
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,
PoTimeAxisTypes _type
)
Public Sub New (
_startDate As String,
_endDate As String,
_coord As Single,
_type As PoTimeAxisTypes
)
public:
PoTimeAxis(
String^ _startDate,
String^ _endDate,
float _coord,
PoTimeAxisTypes _type
)
new :
_startDate : string *
_endDate : string *
_coord : float32 *
_type : PoTimeAxisTypes -> PoTimeAxis
Parameters
- _startDate
- Type: SystemString
- _endDate
- Type: SystemString
- _coord
- Type: SystemSingle
- _type
- Type: OIV.MeshViz.GraphPoTimeAxisTypes
Remarks See Also