Get the targets used for the attitude profile.
Read-only property
[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": |