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





Windows & Linux

Description

Initializes a new instance of a point batch primitive with the specified Set Hint.

Syntax

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

Parameters

SetHint

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.