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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface