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






Windows & Linux

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 * pVal
);
public: HRESULT put_ParentAltitude(
    double pVal
);
[Java]
public double getParentAltitude();
public void setParentAltitude(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.