Click or drag to resize

PolylinePrimitivePerItemPickingEnabled Property

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