Description
The constraint vector for along vector sensor pointing alignment.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ConstraintVector() As String
|
| [C#] |
|---|
public string ConstraintVector {get; set;}
|
| [Managed C++] |
|---|
public: __property String __gc ^ get_ConstraintVector(); public: __property void set_ConstraintVector( String __gc ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ConstraintVector( BSTR * pRetVal ); public: HRESULT put_ConstraintVector( BSTR NewConstraintVector );
|
| [Java] |
|---|
public String getConstraintVector(); public void setConstraintVector( String );
|
See Also