ArcFM Desktop Developer Guide
LoadCursor(Assembly,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.
Retrieves a cursor from an assembly's resources section.
Syntax
'Declaration
 
Public Overloads Shared Function LoadCursor( _
   ByVal assembly As Assembly, _
   ByVal cursorName As String _
) As Cursor
'Usage
 
Dim assembly As Assembly
Dim cursorName As String
Dim value As Cursor
 
value = Imaging.LoadCursor(assembly, cursorName)
public static Cursor LoadCursor( 
   Assembly assembly,
   string cursorName
)

Parameters

assembly
The assembly containing the resource.
cursorName
The name of the cursor to retrieve.

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