AGI STK Objects 11 Send comments on this topic.
ParentAltitude Property (IAgSnSARPattern)
See Also 





Description

The altitude of the sensor's parent object (assumed to be constant). Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ParentAltitude() As Double

[C#]
public double ParentAltitude {get; set;}

[Managed C++]
public: __property double get_ParentAltitude();
public: __property void set_ParentAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_ParentAltitude(
double * pRetVal
);
public: HRESULT put_ParentAltitude(
double NewParentAltitude
);

[Java]
public double getParentAltitude();public void setParentAltitude(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1