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






Windows & Linux

Description

The reference vector. Vectors dependent on the satellite's body axes are invalid for this attitude profile; all other vectors are valid choices for the reference vector.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ReferenceVector() As String

[C#]
public string ReferenceVector {get; set;}

[Managed C++]
public: __property String __gc ^ get_ReferenceVector();
public: __property void set_ReferenceVector(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ReferenceVector(
BSTR * pRetVal
);
public: HRESULT put_ReferenceVector(
BSTR NewReferenceVector
);

[Java]
public String getReferenceVector();public void setReferenceVector(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface