AGI STK Objects 11Send comments on this topic.
EnablePropagationLossModel Property (IAgReceiverModelLaser)
See Also
Windows






Windows & Linux

Description

This property is deprecated. Gets or set the option for computing propagation loss.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property EnablePropagationLossModel() As Boolean
[C#]
public bool EnablePropagationLossModel {get; set;}
[Managed C++]
public: __property bool get_EnablePropagationLossModel();
public: __property void set_EnablePropagationLossModel( bool );
[Unmanaged C++]
public: HRESULT get_EnablePropagationLossModel(
    VARIANT_BOOL * pVal
);
public: HRESULT put_EnablePropagationLossModel(
    VARIANT_BOOL val
);
[Java]
public bool getEnablePropagationLossModel();
public void setEnablePropagationLossModel(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.