STK Graphics PrimitivesSend comments on this topic.
InitializeWithHint Method (IAgStkGraphicsPolylinePrimitiveFactory)
See Also
SetHint
Windows





Windows & Linux

Description

Initializes a new instance of a polyline primitive with the specified set hint. This is equivalent to constructing a polyline with a polyline type of LineStrip and the specified set hint.

Syntax

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

Parameters

SetHint

See Also

© 2021 Analytical Graphics, Inc. All Rights Reserved.