AGI STK Graphics 11 Send comments on this topic.
DistanceDisplayConditionPerPoint Property (IAgStkGraphicsPointBatchPrimitive)
See Also 

Description

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

Property type

Read-write property

Syntax

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

Remarks

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

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface