Click or drag to resize

DisplayConditionType Enumeration

Indicates the type of DisplayCondition that will be created by DisplayParametersHelper.

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public enum DisplayConditionType
Members
  Member nameDescription
Composite All display conditions will be created in a single CompositeDisplayCondition. Use this setting when a primitive represents a single service provider.
Batch The DistanceDisplayCondition will be created separately so that it can be used in batch primitives that support a distance display condition per item. No ConstantDisplayCondition will be created. The remaining display conditions will still be created as part of a single CompositeDisplayCondition.
See Also