This document is archived and information here might be outdated.  Recommended version.


IStorage.SetElementTimes Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (TrackingAnalyst)  

IStorage.SetElementTimes Method

[Visual Basic .NET]
Public Sub SetElementTimes ( _
    ByVal pwcsName As String, _
    ByRef pctime As _FILETIME, _
    ByRef patime As _FILETIME, _
    ByRef pmtime As _FILETIME _
)
[C#]
public void SetElementTimes (
    string pwcsName,
    ref _FILETIME pctime,
    ref _FILETIME patime,
    ref _FILETIME pmtime
);
[C++]
HRESULT SetElementTimes(
  LPWSTR pwcsName,
  _FILETIME* pctime,
  _FILETIME* patime,
  _FILETIME* pmtime
);
[C++]

Parameters pwcsName [in] pwcsName is a parameter of type LPWSTR pctime [in]
pctime is a parameter of type _FILETIME patime [in]
patime is a parameter of type _FILETIME pmtime [in]
pmtime is a parameter of type _FILETIME

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Tracking Analyst Extension.

See Also

IStorage Interface