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 * pVal
);
public: HRESULT put_ReferenceVector(
BSTR ReferenceVector
);
|
[Java] |
---|
public String getReferenceVector();
public void setReferenceVector(
String
);
|
See Also