ILNumerics Ultimate VS

IPickingResultPrimitiveIDs Property

ILNumerics Ultimate VS Documentation
ILNumerics - Technical Application Development
Unordered collection of primitive indices found during picking

[ILNumerics Visualization Engine]

Namespace:  ILNumerics.Drawing
Assembly:  ILNumerics.Drawing (in ILNumerics.Drawing.dll) Version: ILNumerics Ultimate VS 4
Syntax

IEnumerable<long> PrimitiveIDs { get; }

Property Value

Type: IEnumerableInt64
Remarks

Every index in PrimitiveIDs corresponds to one primitive in the target which was found during picking to exist under the mouse cursor. The index reflects the index of the primitive in a regular rendering process.

[ILNumerics Visualization Engine]

See Also

Reference