Deletes a code with the specified value.
[Visual Basic .NET] Public Sub DeleteCode ( _ ByVal Value As IGPValue _ )
[C#] public void DeleteCode ( IGPValue Value );
[C++]
HRESULT DeleteCode(
IGPValue* Value
);
[C++]Parameters
Value [in]Value is a parameter of type IGPValue
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.