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





Description

The reference vector with respect to which the body-fixed vector is aligned or constrained.

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1