STK ObjectsSend comments on this topic.
SetAtmosphericLossModel Method (IAgLaserPropagationChannel)
See Also
ModelName
Windows





Windows & Linux

Description

Sets the current atmospheric absorption loss model by name.

Syntax

[Visual Basic .NET]
Public Sub SetAtmosphericLossModel( _
    ByVal ModelName As String _
)
[C#]
public void SetAtmosphericLossModel(
    string ModelName
);
[Managed C++]
public: void SetAtmosphericLossModel(
    String __gc ^ ModelName
);
[Unmanaged C++]
public: HRESULT SetAtmosphericLossModel(
    BSTR ModelName
);
[Java]
public void setAtmosphericLossModel(
    String ModelName
);
[Python - STK API ]
def SetAtmosphericLossModel(self, ModelName:str) -> None:

Parameters

ModelName

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.