Click or drag to resize

PointBatchPrimitivePerItemPickingEnabled Property

Gets or sets whether individual point indices will be included in the PickResults returned from the Scene's Pick method. Each point 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