Description
Opt whether to have the Z axis point to nadir (to orient it as an aircraft) or not (to orient it as a surface vehicle).
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ZPointsNadir() As Boolean
|
| [C#] |
|---|
public bool ZPointsNadir {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_ZPointsNadir(); public: __property void set_ZPointsNadir(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ZPointsNadir(
VARIANT_BOOL * pVal
);
public: HRESULT put_ZPointsNadir(
VARIANT_BOOL ZPoints
);
|
| [Java] |
|---|
public bool getZPointsNadir();
public void setZPointsNadir(
bool
);
|
See Also