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






Windows & Linux

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 * pVal
);
public: HRESULT put_CalculateInterference(
    VARIANT_BOOL val
);
[Java]
public bool getCalculateInterference();
public void setCalculateInterference(
    bool
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.