CADability dotNET
Sets the cursor name for different snap situation. The CursorTable contains the resources of the named cursors.

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
public void SetCursor(
	SnapPointFinder..::..DidSnapModes DidSnap,
	string CursorName
)
Visual Basic
Public Sub SetCursor ( _
	DidSnap As SnapPointFinder..::..DidSnapModes, _
	CursorName As String _
)
Visual C++
public:
void SetCursor(
	SnapPointFinder..::..DidSnapModes DidSnap, 
	String^ CursorName
)

Parameters

DidSnap
Type: CADability.GeoObject..::..SnapPointFinder..::..DidSnapModes
the snap situation
CursorName
Type: System..::..String
the name of the cursor

See Also