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


ITemporalOperator3.AsString Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalOperator3 Interface > ITemporalOperator3.AsString Property
ArcGIS Developer Help

ITemporalOperator3.AsString Property

Temporal information as a string.

[Visual Basic .NET]
Public Function get_AsString ( _
    ByVal bstrFormat As String _
) As String
[C#]
public string get_AsString (
    string bstrFormat
);
[C++]
HRESULT get_AsString(
  BSTR bstrFormat,
  System.String* pVal
);
[C++]
Parameters
bstrFormat [in]

bstrFormat is a parameter of type BSTR pVal [out, retval]
pVal is a parameter of type BSTR*

Product Availability

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

See Also

ITemporalOperator3 Interface