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] |
---|
Public Function InitializeWithSizeSourceAndSortOrder( _ ByVal SizeSource As AgEStkGraphicsMarkerBatchSizeSource, _ ByVal SortOrder As AgEStkGraphicsMarkerBatchSortOrder _ ) As IAgStkGraphicsMarkerBatchPrimitive |
[C#] |
---|
public IAgStkGraphicsMarkerBatchPrimitive InitializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder ); |
[Managed C++] |
---|
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithSizeSourceAndSortOrder( AgEStkGraphicsMarkerBatchSizeSource SizeSource, AgEStkGraphicsMarkerBatchSortOrder SortOrder, IAgStkGraphicsMarkerBatchPrimitive ** ppRetVal ); |
[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.