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


IGPTool.EditProperties Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.EditProperties Method
ArcGIS Developer Help

IGPTool.EditProperties Method

Presents a modal dialog to edit the tool's properties.

[Visual Basic .NET]
Public Function EditProperties ( _
    ByVal hParent As Integer, _
    ByVal GPEnvMgr As IGPEnvironmentManager _
) As Boolean
[C#]
public bool EditProperties (
    int hParent,
    IGPEnvironmentManager GPEnvMgr
);
[C++]
HRESULT EditProperties(
  OLE_HANDLE hParent,
  IGPEnvironmentManager* GPEnvMgr
);
[C++]
Parameters
hParent [in]

hParent is a parameter of type OLE_HANDLE GPEnvMgr [in]
GPEnvMgr is a parameter of type IGPEnvironmentManager*

Product Availability

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

See Also

IGPTool Interface