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.