STK ObjectsSend 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
);
[Python - STK API ]
@property
def CalculateInterference(self) -> bool:

@CalculateInterference.setter
def CalculateInterference(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.