STK Graphics PrimitivesSend 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();
[Python - STK API ]
@property
def SortOrder(self) -> "AgEStkGraphicsMarkerBatchSortOrder":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.