RemoveIcon method

Removes a custom icon from the list of available icons for the Facility.

Syntax


C++
HRESULT RemoveIcon(
   LONG IconID)
Scripting languages
Object.RemoveIcon
   IconID as LONG

Parameters


IconID

The ID of a custom icon you want to remove.

Return value


C++

The return code.

Scripting languages

None.

Remarks


You cannot remove standard icons from the Facility.

Home

Applies to

IERUFacility