STK AstrogatorSend comments on this topic.
SteeringNodes Property (IAgVAManeuverOptimalFinite)
See Also
Windows





Windows & Linux

Description

Get the list of steering nodes.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property SteeringNodes() As IAgVAManeuverOptimalFiniteSteeringNodeCollection
[C#]
public IAgVAManeuverOptimalFiniteSteeringNodeCollection SteeringNodes {get;}
[Managed C++]
public: __property IAgVAManeuverOptimalFiniteSteeringNodeCollection ^ get_SteeringNodes();
[Unmanaged C++]
public: HRESULT get_SteeringNodes(
    IAgVAManeuverOptimalFiniteSteeringNodeCollection ** ppVAManeuverOptimalFiniteFinalSteeringNodeCollection
);
[Java]
public IAgVAManeuverOptimalFiniteSteeringNodeCollection getSteeringNodes();
[Python - STK API ]
@property
def SteeringNodes(self) -> "IAgVAManeuverOptimalFiniteSteeringNodeCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.