CADability dotNET
Sets the cursor int hte provided view according to the provided snap mode. The cursors may be redefined by calling SetCursor(SnapPointFinder..::..DidSnapModes, String)

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

Syntax

C#
protected void SetCursor(
	SnapPointFinder..::..DidSnapModes DidSnap,
	IView vw
)
Visual Basic
Protected Sub SetCursor ( _
	DidSnap As SnapPointFinder..::..DidSnapModes, _
	vw As IView _
)
Visual C++
protected:
void SetCursor(
	SnapPointFinder..::..DidSnapModes DidSnap, 
	IView^ vw
)

See Also