AGI STK Objects 11Send 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 * pVal
);
public: HRESULT put_Ceiling(
    double dblVal
);
[Java]
public double getCeiling();
public void setCeiling(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.