MarkerBatchPrimitivePerItemPickingEnabled Property |
Gets or sets whether individual marker indices will be included in the
PickResults returned
from the
Scene's Pick method. Each marker
index that is picked will be returned as a
BatchPrimitiveIndex.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public bool PerItemPickingEnabled { get; set; }
Public Property PerItemPickingEnabled As Boolean
Get
Set
public:
property bool PerItemPickingEnabled {
bool get ();
void set (bool value);
}
member PerItemPickingEnabled : bool with get, set
Property Value
Type:
BooleanSee Also