AGI STK Objects 11 Send comments on this topic.
CalculateInterference Property (IAgCommSystem)
See Also 





Description

Gets or sets the option for calculating interference.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CalculateInterference() As Boolean

[C#]
public bool CalculateInterference {get; set;}

[Managed C++]
public: __property bool get_CalculateInterference();
public: __property void set_CalculateInterference(
bool
);

[Unmanaged C++]
public: HRESULT get_CalculateInterference(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_CalculateInterference(
VARIANT_BOOL NewCalculateInterference
);

[Java]
public bool getCalculateInterference();public void setCalculateInterference(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1