STK ObjectsSend comments on this topic.
Targets Property (IAgVePointing)
See Also
Windows





Windows & Linux

Description

Get the targets used for the attitude profile.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Targets() As IAgVeTargetPointingCollection
[C#]
public IAgVeTargetPointingCollection Targets {get;}
[Managed C++]
public: __property IAgVeTargetPointingCollection ^ get_Targets();
[Unmanaged C++]
public: HRESULT get_Targets(
    IAgVeTargetPointingCollection ** ppVal
);
[Java]
public IAgVeTargetPointingCollection getTargets();
[Python - STK API ]
@property
def Targets(self) -> "IAgVeTargetPointingCollection":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.