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] |
---|
Public Function InitializeWithSetHint( _ ByVal SetHint As AgEStkGraphicsSetHint _ ) As IAgStkGraphicsMarkerBatchPrimitive |
[C#] |
---|
public IAgStkGraphicsMarkerBatchPrimitive InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
[Managed C++] |
---|
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
[Unmanaged C++] |
---|
public: HRESULT InitializeWithSetHint( AgEStkGraphicsSetHint SetHint, IAgStkGraphicsMarkerBatchPrimitive ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsMarkerBatchPrimitive initializeWithSetHint( AgEStkGraphicsSetHint SetHint ); |
[Python - STK API] |
---|
def InitializeWithSetHint(self, SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsMarkerBatchPrimitive": |
- SetHint