Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public bool PerItemPickingEnabled { get; set; }

Property Value

Type: Boolean
See Also