Initializes a marker batch primitive with the specified sizeSource. This is equivalent to constructing a marker batch with the specified sizeSource, a marker batch sort order of ByTexture, a set hint of Frequent, and a marker batch rendering method of Automatic.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive InitializeWithSizeSource( AgEStkGraphicsMarkerBatchSizeSource SizeSource ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSizeSource( AgEStkGraphicsMarkerBatchSizeSource SizeSource ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive initializeWithSizeSource( AgEStkGraphicsMarkerBatchSizeSource SizeSource ); |
| [Python - STK API] |
|---|
def InitializeWithSizeSource(self, SizeSource:"AgEStkGraphicsMarkerBatchSizeSource") -> "IAgStkGraphicsMarkerBatchPrimitive": |
- SizeSource
- Determines the source used for the size of markers in the batch.





