STK ObjectsSend comments on this topic.
ZPointsNadir Property (IAgMtoVOModel)
See Also
Windows





Windows & Linux

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
);
[Python - STK API ]
@property
def ZPointsNadir(self) -> bool:

@ZPointsNadir.setter
def ZPointsNadir(self, ZPoints:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.