STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsBatchPrimitiveIndex Interface

Description

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 true for a batch primitive, the PickResults returned from Scene.Pick will contain BatchPrimitiveIndex types referencing particular indices within that batch.

Public Properties

Public Property IndexThe index of the item contained by the Primitive.
Public Property PrimitiveThe Primitive that contains the item at the Index specified.
© 2024 Analytical Graphics, Inc. All Rights Reserved.