ArcObjects Library Reference (Display)  

IGraphicAttributeType.ValueToText Method

Converts the graphic attribute value to text.

[Visual Basic .NET]
Public Function ValueToText ( _
    ByVal Value As Object _
) As String
[C#]
public string ValueToText (
    object Value
);
[C++]
HRESULT ValueToText(
  VARIANT Value,
  BSTR* Text
);
[C++]

Parameters

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

Product Availability

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

See Also

IGraphicAttributeType Interface