Description
Gets or sets a Distance Display
Condition that is evaluated per marker in the marker batch
during rendering. This is different than Display Condition, which is
evaluated once for the entire marker batch. When
DistanceDisplayConditionPerMarker is
null, no per marker display condition is
evaluated.Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property DistanceDisplayConditionPerMarker() As IAgStkGraphicsDistanceDisplayCondition
|
Remarks
During rendering, first the primitive's
Display Condition is
evaluated. If it succeeds, this distance display condition is
evaluated for each marker in the batch before a marker is
rendered.