ArcObjects Library Reference  (Display)    

IGraphicAttributes.Value Property

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

[Visual Basic 6.0]
Property Value(
    ByVal attrId As Long _
) As Variant
[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
);
[Java]
public Object getValue (
    Long attrId
)
[Java]
public void setValue(
    Long attrId
)
throws
    IOException,
    AutomationException
[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