ArcObjects Library Reference (Geoprocessing)  

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(
  long hParent,
  IGPEnvironmentManager* GPEnvMgr,
  VARIANT_BOOL* ok
);
[C++]

Parameters

hParent [in]   hParent is a parameter of type long GPEnvMgr [in]

  GPEnvMgr is a parameter of type IGPEnvironmentManager

ok [out, retval]   ok is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGPTool Interface