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 * pRetVal
);
public: HRESULT put_EnablePropagationLossModel(
   VARIANT_BOOL NewEnablePropagationLossModel
);
[Java]
public bool getEnablePropagationLossModel();public void setEnablePropagationLossModel(
   bool
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.