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

© 2024 Analytical Graphics, Inc. All Rights Reserved.