This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeType Interface > IGraphicAttributeType.TextToValue Method (ArcObjects .NET 10.4 SDK) |
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