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


IGraphicAttributeType.FormatValue Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

IGraphicAttributeType.FormatValue Method

Formats the graphic attribute value.

[Visual Basic .NET]
Public Function FormatValue ( _
    ByVal Value As Object _
) As Object
[C#]
public object FormatValue (
    object Value
);
[C++]
HRESULT FormatValue(
  VARIANT Value,
  VARIANT* val
);
[C++]

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

Product Availability

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

See Also

IGraphicAttributeType Interface