ArcObjects Library Reference (System)  

IAngularConverter.SetString Method

Writes an angle.

[Visual Basic .NET]
Public Function SetString ( _
    ByVal angle As String, _
    ByVal dt As esriDirectionType, _
    ByVal du As esriDirectionUnits _
) As Boolean
[C#]
public bool SetString (
    string angle,
    esriDirectionType dt,
    esriDirectionUnits du
);
[C++]
HRESULT SetString(
  BSTR angle,
  esriDirectionType dt,
  esriDirectionUnits du,
  VARIANT_BOOL* bRet
);
[C++]

Parameters

angle [in]   angle is a parameter of type BSTR dt [in]

  dt is a parameter of type esriDirectionType

du [in]

  du is a parameter of type esriDirectionUnits

bRet [out, retval]   bRet is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IAngularConverter Interface