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


IGPModelTool.AddParameter Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPModelTool.AddParameter Method

Adds a parameter to the model tool.

[Visual Basic .NET]
Public Sub AddParameter ( _
    ByVal Name As String _
)
[C#]
public void AddParameter (
    string Name
);
[C++]
HRESULT AddParameter(
  BSTR Name
);
[C++]

Parameters Name [in] Name is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPModelTool Interface