This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPTool Interface > IGPTool.EditProperties Method (ArcObjects .NET 10.4 SDK) |
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