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 ); |
| [Java] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive initializeWithSizeSource( AgEStkGraphicsMarkerBatchSizeSource SizeSource ); |
| [Unmanaged C++] |
|---|
|
- SizeSource
- Determines the source used for the size of markers in the batch.





