AGI STK Graphics 11 Send comments on this topic.
SortOrder Property (IAgStkGraphicsMarkerBatchPrimitive)
See Also 
Windows






Windows & Linux

Description

Gets the order in which markers in the marker batch are sorted before rendering.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SortOrder() As AgEStkGraphicsMarkerBatchSortOrder

[C#]
public AgEStkGraphicsMarkerBatchSortOrder SortOrder {get;}

[Managed C++]
public: __property AgEStkGraphicsMarkerBatchSortOrder get_SortOrder();

[Unmanaged C++]
public: HRESULT get_SortOrder(
AgEStkGraphicsMarkerBatchSortOrder * pRetVal
);

[Java]
public AgEStkGraphicsMarkerBatchSortOrder getSortOrder();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface