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


IGraphicAttributeEnumType.AddValue Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeEnumType Interface > IGraphicAttributeEnumType.AddValue Method
ArcGIS Developer Help

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