Click or drag to resize

BatchPrimitiveIndex Class

Represents an individual item index that is associated with a batch primitive. Provides the Index of the individual item and the Primitive that contains that index. When the PerItemPickingEnabled property is set to for a batch primitive, the PickResults returned from Scene.Pick will contain BatchPrimitiveIndex types referencing particular indices within that batch.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.GraphicsBatchPrimitiveIndex

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class BatchPrimitiveIndex

The BatchPrimitiveIndex type exposes the following members.

Constructors
  NameDescription
Public methodBatchPrimitiveIndex
Initializes a new instance with an index and Primitive.
Top
Properties
  NameDescription
Public propertyIndex
The index of the item contained by the Primitive.
Public propertyPrimitive
The Primitive that contains the item at the Index specified.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also