AGI STK Graphics 11 Send comments on this topic.
DistanceDisplayConditionPerString Property (IAgStkGraphicsTextBatchPrimitive)
See Also 

Description

Gets or sets a Distance Display Condition that is evaluated per string in the text batch during rendering. This is different than Display Condition, which is evaluated once for the entire text batch. When DistanceDisplayConditionPerString is null, no per string display condition is evaluated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DistanceDisplayConditionPerString() As IAgStkGraphicsDistanceDisplayCondition

Remarks

During rendering, first the primitive's Display Condition is evaluated. If it succeeds, this distance display condition is evaluated for each string in the batch before a marker is rendered.

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface