Description
The alignment vector for along vector sensor pointing alignment.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AlignmentVector() As String
|
[C#] |
---|
public string AlignmentVector {get; set;}
|
[Managed C++] |
---|
public: __property String __gc ^ get_AlignmentVector(); public: __property void set_AlignmentVector( String __gc ^ );
|
[Unmanaged C++] |
---|
public: HRESULT get_AlignmentVector( BSTR * pRetVal ); public: HRESULT put_AlignmentVector( BSTR NewAlignmentVector );
|
[Java] |
---|
public String getAlignmentVector();public void setAlignmentVector( String );
|
See Also