STK ObjectsSend comments on this topic.
Enabled Property (IAgRFInterference)
See Also
Windows





Windows & Linux

Description

Gets or sets whether the interference is enabled or disabled.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Enabled() As Boolean
[C#]
public bool Enabled {get; set;}
[Managed C++]
public: __property bool get_Enabled();
public: __property void set_Enabled( bool );
[Unmanaged C++]
public: HRESULT get_Enabled(
    VARIANT_BOOL * pVal
);
public: HRESULT put_Enabled(
    VARIANT_BOOL val
);
[Java]
public bool getEnabled();
public void setEnabled(
    bool
);
[Python - STK API ]
@property
def Enabled(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.