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


IMdParameter.Init Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IMdParameter.Init Method

Initializes the model parameter using the given parameter as a template.

[Visual Basic .NET]
Public Sub Init ( _
    ByVal definition As IGPParameter _
)
[C#]
public void Init (
    IGPParameter definition
);
[C++]
HRESULT Init(
  IGPParameter* definition
);
[C++]

Parameters definition [in]
definition is a parameter of type IGPParameter

Product Availability

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

See Also

IMdParameter Interface