ArcFM Desktop Developer Guide
LoadIcon(Assembly,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The assembly containing the resource.
The name of the icon to retrieve.
Retrieves an icon from an assembly's resources section.
Syntax
'Declaration
 
Public Overloads Shared Function LoadIcon( _
   ByVal assembly As Assembly, _
   ByVal iconName As String _
) As Icon
'Usage
 
Dim assembly As Assembly
Dim iconName As String
Dim value As Icon
 
value = Imaging.LoadIcon(assembly, iconName)
public static Icon LoadIcon( 
   Assembly assembly,
   string iconName
)

Parameters

assembly
The assembly containing the resource.
iconName
The name of the icon to retrieve.

Return Value

The desired icon.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

Imaging Class
Imaging Members
Overload List

 

 


Send Comment