This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IG > IGraphicAttributeEnumType Interface > IGraphicAttributeEnumType.AddValue Method (ArcObjects .NET 10.5 SDK) |
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