STK ObjectsSend comments on this topic.
Ceiling Property (IAgRfModelITURP8344)
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
);
[Python - STK API ]
@property
def Ceiling(self) -> float:

@Ceiling.setter
def Ceiling(self, dblVal:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.