Initializes a marker batch primitive with the specified sizeSource and sortOrder. This is equivalent to constructing a marker batch with the specified sizeSource, the specified sortOrder, a Set Hint of
Frequent, and a Marker Batch Rendering Method of Automatic.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive InitializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive initializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder ); |
[Python - STK API ] |
|---|
def InitializeWithSizeSourceAndSortOrder(self, SizeSource:"AgEStkGraphicsMarkerBatchSizeSource", SortOrder:"AgEStkGraphicsMarkerBatchSortOrder") -> "IAgStkGraphicsMarkerBatchPrimitive": |
- SizeSource
- Determines the source used for the size of markers in the batch.
- SortOrder
- The order in which markers in the batch should be sorted before rendering.






