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


IGraphicAttributeType.ValueToText 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.ValueToText Method
ArcGIS Developer Help

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
);
[C++]
Parameters
Value [in]

Value is a parameter of type VARIANT

Product Availability

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

See Also

IGraphicAttributeType Interface