AGI STK Objects 11 Send comments on this topic.
ConstrainedVector Property (IAgVeProfileAlignedAndConstrained)
See Also 
Windows






Windows & Linux

Description

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.

Property type

Read-only property

Syntax

[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 ** ppRetVal
);

[Java]
public IAgVeVector getConstrainedVector();

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface