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).
Read-write property
[Visual Basic .NET] |
---|
Public Property ZPointsNadir() As Boolean |
[C#] |
---|
public bool ZPointsNadir {get; set;} |
[Managed C++] |
---|
public: __property bool get_ZPointsNadir(); |
[Unmanaged C++] |
---|
public: HRESULT get_ZPointsNadir( VARIANT_BOOL * pVal ); public: HRESULT put_ZPointsNadir( VARIANT_BOOL ZPoints ); |
[Java] |
---|
public bool getZPointsNadir(); public void setZPointsNadir( bool ); |