Initializes a marker batch primitive with the specified setHint. This is equivalent to constructing a marker batch with a marker batch size source of FromTexture, a marker batch sort order of ByTexture, the specified setHint, and a marker batch rendering method of Automatic.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsMarkerBatchPrimitive initializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
| [Python - STK API] |
|---|
def InitializeWithSetHint(self, SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsMarkerBatchPrimitive": |
- SetHint





