This document is archived and information here might be outdated. Recommended version. |
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*