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