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


IGraphicAttributeType.TextToValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeType Interface > IGraphicAttributeType.TextToValue Method
ArcGIS Developer Help

IGraphicAttributeType.TextToValue Method

Converts text to the graphic attribute value.

[Visual Basic .NET]
Public Function TextToValue ( _
    ByVal Text As String _
) As Object
[C#]
public object TextToValue (
    string Text
);
[C++]
HRESULT TextToValue(
  BSTR Text
);
[C++]
Parameters
Text [in]

Text is a parameter of type BSTR

Product Availability

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

See Also

IGraphicAttributeType Interface