| OverlayPickingEnabled Property  | 
 
Gets or sets a value indicating whether or not picking on the overlay is enabled.  If picking is disabled, this overlay
will never show up in the result of
Scene.PickScreenOverlay,
even if it occupies the specified pick position.
 
    Namespace: 
   AGI.Foundation.Graphics
    Assembly:
   AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic virtual bool PickingEnabled { get; set; }Public Overridable Property PickingEnabled As Boolean
	Get
	Set
public:
virtual property bool PickingEnabled {
	bool get ();
	void set (bool value);
}abstract PickingEnabled : bool with get, set
override PickingEnabled : bool with get, set
Property Value
Type: 
Boolean See Also
See Also