STK ObjectsSend comments on this topic.
TrackParentAltitude Property (IAgSnSARPattern)
See Also
Windows





Windows & Linux

Description

Whether or not the SAR sensor tracks the altitude of the sensor's parent object.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TrackParentAltitude() As Boolean
[C#]
public bool TrackParentAltitude {get; set;}
[Managed C++]
public: __property bool get_TrackParentAltitude();
public: __property void set_TrackParentAltitude( bool );
[Unmanaged C++]
public: HRESULT get_TrackParentAltitude(
    VARIANT_BOOL * pVal
);
public: HRESULT put_TrackParentAltitude(
    VARIANT_BOOL pVal
);
[Java]
public bool getTrackParentAltitude();
public void setTrackParentAltitude(
    bool
);
[Python - STK API ]
@property
def TrackParentAltitude(self) -> bool:

@TrackParentAltitude.setter
def TrackParentAltitude(self, pVal:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.