MarkerBatchPrimitiveSortOrder Property |
Gets the order in which markers in the marker batch are sorted before rendering.
Namespace:
AGI.Foundation.Graphics
Assembly:
AGI.Foundation.Graphics (in AGI.Foundation.Graphics.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic MarkerBatchSortOrder SortOrder { get; }
Public ReadOnly Property SortOrder As MarkerBatchSortOrder
Get
public:
property MarkerBatchSortOrder SortOrder {
MarkerBatchSortOrder get ();
}
member SortOrder : MarkerBatchSortOrder with get
Property Value
Type:
MarkerBatchSortOrder
See Also