ArcObjects Library Reference (Display)  

IGraphicAttributeEnumType.AddValue Method

Adds a new value to the graphic attribute enumeration.

[Visual Basic .NET]
Public Sub AddValue ( _
    ByVal Value As Integer, _
    ByVal Text As String _
)
[C#]
public void AddValue (
    int Value,
    string Text
);
[C++]
HRESULT AddValue(
  long Value,
  BSTR Text
);
[C++]

Parameters

Value [in]   Value is a parameter of type long Text [in]   Text is a parameter of type BSTR

Product Availability

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

See Also

IGraphicAttributeEnumType Interface