Gets the laser propagation loss model.
Read-only property
[Visual Basic .NET] |
---|
Public Property TroposphericScintillationLossModel() As IAgLaserTroposphericScintillationLossModel |
[C#] |
---|
public IAgLaserTroposphericScintillationLossModel TroposphericScintillationLossModel {get;} |
[Managed C++] |
---|
public: __property IAgLaserTroposphericScintillationLossModel ^ get_TroposphericScintillationLossModel(); |
[Unmanaged C++] |
---|
public: HRESULT get_TroposphericScintillationLossModel( IAgLaserTroposphericScintillationLossModel ** ppRetVal ); |
[Java] |
---|
public IAgLaserTroposphericScintillationLossModel getTroposphericScintillationLossModel(); |
[Python - STK API ] |
---|
@property def TroposphericScintillationLossModel(self) -> "IAgLaserTroposphericScintillationLossModel": |