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