STK ObjectsSend comments on this topic.
EnableITU618Section2p5 Property (IAgPropagationChannel)
See Also
Windows





Windows & Linux

Description

Gets or sets the option to enable the ITU 618 Section 2.5 model for computing total propagation loss.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnableITU618Section2p5() As Boolean
[C#]
public bool EnableITU618Section2p5 {get; set;}
[Managed C++]
public: __property bool get_EnableITU618Section2p5();
public: __property void set_EnableITU618Section2p5( bool );
[Unmanaged C++]
public: HRESULT get_EnableITU618Section2p5(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnableITU618Section2p5(
    VARIANT_BOOL val
);
[Java]
public bool getEnableITU618Section2p5();
public void setEnableITU618Section2p5(
    bool
);
[Python - STK API ]
@property
def EnableITU618Section2p5(self) -> bool:

@EnableITU618Section2p5.setter
def EnableITU618Section2p5(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.