Whether or not the SAR sensor tracks the altitude of the sensor's parent object.
Read-write property
[Visual Basic .NET] |
---|
Public Property TrackParentAltitude() As Boolean |
[C#] |
---|
public bool TrackParentAltitude {get; set;} |
[Managed C++] |
---|
public: __property bool get_TrackParentAltitude(); |
[Unmanaged C++] |
---|
public: HRESULT get_TrackParentAltitude( VARIANT_BOOL * pVal ); public: HRESULT put_TrackParentAltitude( VARIANT_BOOL pVal ); |
[Java] |
---|
public bool getTrackParentAltitude(); public void setTrackParentAltitude( bool ); |