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


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

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
);
[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