Removes a named argument value.
[Visual Basic .NET] Public Sub Remove ( _ ByVal Name As String _ )
[C#] public void Remove ( string Name );
[C++]
HRESULT Remove(
BSTR Name
);
[C++]Parameters
Name [in] Name is a parameter of type BSTR
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.