Opens the edit properties sheet to edit a group of items.
HRESULT EditItems(
[in] VARIANT SafeArrayItems)
Parameters:
SafeArrayItems – An array that contains long items ID. Each item ID in the array is selected for the multi-edit operation.
Return Values:
The return value obtained from the returned HRESULT can be one of the following:
Return value |
Meaning |
S_OK |
Success. |
E_FAIL |
Catastrophic failure. |
TE_E_MPTNOTLOADED |
An MPT file must be loaded in TerraExplorer for this method to work. |
TE_E_NOLICENSE |
You are running TerraExplorer Viewer and therefore do not have permission to work with this interface. |
E_INVALIDARG |
Can be one of the following: - Incorrect array element type - Element #X = 0 |