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