ArcObjects Library Reference (DataSourcesRaster)  

IPushbroomUtilities.EvalDIMAPTimeString Method

Express DIMAP time string as fraction of a day

[Visual Basic .NET]
Public Sub evalDIMAPTimeString ( _
    ByRef time_str As SByte&, _
    ByRef jDayPtr As Integer, _
    ByRef fraction As Double _
)
[C#]
public void evalDIMAPTimeString (
    ref SByte& time_str,
    ref int jDayPtr,
    ref double fraction
);
[C++]
HRESULT evalDIMAPTimeString(
  Signed char * time_str,
  long* jDayPtr,
  double* fraction
);
[C++]

Parameters

time_str [in]   time_str is a parameter of type Signed char jDayPtr [out]   jDayPtr is a parameter of type long fraction [out]   fraction is a parameter of type double

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IPushbroomUtilities Interface