  | 
EventManager3DRemoveExcludedVisual3D Method | 
            Removed the visual3D from the excluded visuals list. To remove all excluded visuals it is also possible to call 
ResetEventSources3D method.
            
 Namespace: Ab3d.UtilitiesAssembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 11.2.9104.2045
Syntaxpublic void RemoveExcludedVisual3D(
	Visual3D visual3D
)
Parameters
- visual3D  Visual3D
 - visual3D that will be removed from excluded list.
 
See Also