STK Graphics PrimitivesSend comments on this topic.
InitializeWithSetHint Method (IAgStkGraphicsMarkerBatchPrimitiveFactory)
See Also
SetHint
Windows





Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function InitializeWithSetHint( _
    ByVal SetHint As AgEStkGraphicsSetHint _
) As IAgStkGraphicsMarkerBatchPrimitive
[Managed C++]
public: IAgStkGraphicsMarkerBatchPrimitive^ InitializeWithSetHint(
    AgEStkGraphicsSetHint SetHint
);
[Unmanaged C++]
public: HRESULT InitializeWithSetHint(
    AgEStkGraphicsSetHint SetHint,
    IAgStkGraphicsMarkerBatchPrimitive ** ppRetVal
);
[Python - STK API ]
def InitializeWithSetHint(self, SetHint:"AgEStkGraphicsSetHint") -> "IAgStkGraphicsMarkerBatchPrimitive":

Parameters

SetHint

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.