This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IA > IAngularConverter Interface > IAngularConverter.GetString Method (ArcObjects .NET 10.5 SDK) |
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,
BSTR* angle
);
[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 angle [out, retval] angle is a parameter of type BSTR