Adds a value to a particular class in the specified heading.
[Visual Basic .NET] Public Sub AddValue ( _ ByVal iHeading As Integer, _ ByVal iClass As Integer, _ ByVal Value As Object _ )
[C#] public void AddValue ( int iHeading, int iClass, object Value );
[C++]
HRESULT AddValue(
long iHeading,
long iClass,
VARIANT Value
);
[C++]Parameters
iHeading [in] iHeading is a parameter of type long iClass [in] iClass is a parameter of type long Value [in] Value is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.