ArcObjects Library Reference (TrackingAnalyst)  

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,
  BSTR* 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 VARIANT_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