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


IGraphicAttributeType.TextToValue Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Display)  

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,
  VARIANT* Value
);
[C++]

Parameters Text [in] Text is a parameter of type BSTR Value [out, retval] Value is a parameter of type VARIANT

Product Availability

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

See Also

IGraphicAttributeType Interface