This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > TrackingAnalyst > ESRI.ArcGIS.TrackingAnalyst > Interfaces > IT > ITemporalOperator3 Interface > ITemporalOperator3.TemporalUnitsAsString Method (ArcObjects .NET 10.4 SDK) |
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