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


ITemporalOperator3.TemporalUnitsAsString Method (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.TemporalUnitsAsString Method
ArcGIS Developer Help

ITemporalOperator3.TemporalUnitsAsString Method

Obtains a string representation of a temporal unit enumeration, in upper, lower, or mixed case, with singular or plural form.

[Visual Basic .NET]
Public Sub TemporalUnitsAsString ( _
    ByVal eUnits As enumTemporalUnits, _
    ByVal eAppearance As esriCaseAppearance, _
    ByVal bvPlural As Boolean, _
    ByRef pbstrUnitString As String _
)
[C#]
public void TemporalUnitsAsString (
    enumTemporalUnits eUnits,
    esriCaseAppearance eAppearance,
    bool bvPlural,
    ref string pbstrUnitString
);
[C++]
HRESULT TemporalUnitsAsString(
  enumTemporalUnits eUnits,
  esriCaseAppearance eAppearance,
  VARIANT_BOOL bvPlural,
  System.String* pbstrUnitString
);
[C++]
Parameters
eUnits [in]

eUnits is a parameter of type enumTemporalUnits eAppearance [in]
eAppearance is a parameter of type esriCaseAppearance bvPlural [in]
bvPlural is a parameter of type bool pbstrUnitString [out]
pbstrUnitString 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