How to Deselect Everything



Your Ad Here

You may need to deselect everything in the document.  Here is how you do it:

Sub Main
	Dim doc As FMDocument

	Set doc = ActiveDocument
	doc.Select( Empty, False ) ' deselect everything
End Sub

 

Return to FeatureCAM Index


Your Ad Here