Description
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.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property PickingEnabled() As Boolean
|
[C#] |
public bool PickingEnabled {get; set;}
|
[Managed C++] |
public: __property bool get_PickingEnabled();
public: __property void set_PickingEnabled(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_PickingEnabled(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_PickingEnabled(
VARIANT_BOOL NewPickingEnabled
);
|
[Java] |
public bool getPickingEnabled();public void setPickingEnabled(
bool
);
|
See Also