Click or drag to resize

MarkerBatchPrimitiveDistanceDisplayConditionPerMarker Property

Gets or sets a DistanceDisplayCondition that is evaluated per marker in the marker batch during rendering. This is different than DisplayCondition, which is evaluated once for the entire marker batch. When DistanceDisplayConditionPerMarker is null, no per marker display condition is evaluated.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public DistanceDisplayCondition DistanceDisplayConditionPerMarker { get; set; }

Property Value

Type: DistanceDisplayCondition
Remarks
During rendering, first the primitive's DisplayCondition is evaluated. If it succeeds, this distance display condition is evaluated for each marker in the batch before a marker is rendered.
See Also