AGI STK Objects 11 Send comments on this topic.
Ceiling Property (IAgRfModelITURP8344)
See Also 





Description

Refraction will be ignored if object altitude is higher than the ceiling. Uses Distance Dimension.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_Ceiling();
public: __property void set_Ceiling(
double
);

[Unmanaged C++]
public: HRESULT get_Ceiling(
double * pRetVal
);
public: HRESULT put_Ceiling(
double NewCeiling
);

[Java]
public double getCeiling();public void setCeiling(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1