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