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