Get the constrained vector pair. Vectors dependent on the satellite's body axes are invalid for this attitude profile; all other vectors are valid choices.
Read-only property
[Visual Basic .NET] |
---|
Public Property ConstrainedVector() As IAgVeVector |
[C#] |
---|
public IAgVeVector ConstrainedVector {get;} |
[Managed C++] |
---|
public: __property IAgVeVector ^ get_ConstrainedVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConstrainedVector( IAgVeVector ** ppVal ); |
[Java] |
---|
public IAgVeVector getConstrainedVector(); |
[Python - STK API ] |
---|
@property def ConstrainedVector(self) -> "IAgVeVector": |