STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsMarkerBatchPrimitiveOptionalParameters Interface

Description

Optional per-marker parameters for Marker Batch Primitive that overrides the marker batch's per-batch parameters. Define per-marker parameters by creating an instance of MarkerBatchPrimitiveOptionalParameters, then calling the desired methods to define per-marker parameters, and finally passing the object to the marker batch's Set or SetPartial method.

Public Methods

Public Method SetColorsDefines a collection of colors, one for each marker in the batch.
Public Method SetDisplaysDefines a collection of boolean display flags, one for each marker in the batch.
Public Method SetEyeOffsetsDefines a collection of eye offsets, one for each marker in the batch.
Public Method SetOriginsDefines a collection of origins, one for each marker in the batch.
Public Method SetPixelOffsetsDefines a collection of pixel offsets, one for each marker in the batch.
Public Method SetRotationsDefines a collection of rotation angles, one for each marker in the batch.
Public Method SetSizesDefines a collection of sizes, one for each marker in the batch.
Public Method SetTextureCoordinatesDefines a collection of texture coordinates, one for each marker in the batch.
Public Method SetTexturesDefines a collection of textures, one for each marker in the batch.
Public Method SetTimeIntervalDisplayConditionsDefines a collection of TimeIntervalDisplayConditions, one for each marker in the batch.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.