ArcFM Desktop Developer Guide
LoadCursor(Assembly,String,String) Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The assembly containing the resource.
The name of the cursor to retrieve.
The subfolder where the resource is located. If no subfolder, use empty string.
Retrieves a cursor from an assembly's resources section.
Syntax
'Declaration
 
Public Overloads Shared Function LoadCursor( _
   ByVal assembly As Assembly, _
   ByVal cursorName As String, _
   ByVal subFolder As String _
) As Cursor
'Usage
 
Dim assembly As Assembly
Dim cursorName As String
Dim subFolder As String
Dim value As Cursor
 
value = Imaging.LoadCursor(assembly, cursorName, subFolder)
public static Cursor LoadCursor( 
   Assembly assembly,
   string cursorName,
   string subFolder
)

Parameters

assembly
The assembly containing the resource.
cursorName
The name of the cursor to retrieve.
subFolder
The subfolder where the resource is located. If no subfolder, use empty string.

Return Value

The desired cursor.
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