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


IGraphicAttributes.Value Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributes Interface > IGraphicAttributes.Value Property
ArcGIS Developer Help

IGraphicAttributes.Value Property

Value of the graphic attribute. To erase override, set value to NULL or to original value.

[Visual Basic .NET]
Public Function get_Value ( _
    ByVal attrId As Integer _
) As Object
[Visual Basic .NET]
Public Sub set_Value ( _
    ByVal attrId As Integer, _
    ByVal val As Object _
)
[C#]
public object get_Value (
    int attrId
);
[C#]
public void set_Value (
    int attrId,
    object val
);
[C++]
HRESULT get_Value(
  long attrId,
  Variant* val
);
[C++]
HRESULT put_Value(
  long attrId,
  VARIANT val
);
[C++]
Parameters
attrId [in]

attrId is a parameter of type long val [out, retval]
val is a parameter of type VARIANT* attrId [in]
attrId is a parameter of type long val [in]
val is a parameter of type VARIANT

Product Availability

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

See Also

IGraphicAttributes Interface