Click or drag to resize

MarkerBatchPrimitiveOptionalParametersSetDisplays Method

Defines a collection of boolean display flags, one for each marker in the batch.

Namespace:  AGI.Foundation.Graphics
Assembly:  AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public void SetDisplays(
	IEnumerable<bool> displays
)

Parameters

displays
Type: System.Collections.GenericIEnumerableBoolean
The display flags for each marker in the batch. There must be one flag for each marker passed to the primitive's Set method.
See Also