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


IAngularConverter.GetString Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAngularConverter Interface > IAngularConverter.GetString Method
ArcGIS Developer Help

IAngularConverter.GetString Method

Reads the angle.

[Visual Basic .NET]
Public Function GetString ( _
    ByVal dt As esriDirectionType, _
    ByVal du As esriDirectionUnits, _
    ByVal precision As Integer _
) As String
[C#]
public string GetString (
    esriDirectionType dt,
    esriDirectionUnits du,
    int precision
);
[C++]
HRESULT GetString(
  esriDirectionType dt,
  esriDirectionUnits du,
  long precision
);
[C++]
Parameters
dt [in]

dt is a parameter of type esriDirectionType du [in]
du is a parameter of type esriDirectionUnits precision [in]
precision is a parameter of type long

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAngularConverter Interface