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





Description

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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1