STK ObjectsSend comments on this topic.
ShowPrimaryInterfererLink Property (IAgCommSystemVO)
See Also
Windows





Windows & Linux

Description

Enable the primary interferer link line graphics

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowPrimaryInterfererLink() As Boolean
[C#]
public bool ShowPrimaryInterfererLink {get; set;}
[Managed C++]
public: __property bool get_ShowPrimaryInterfererLink();
public: __property void set_ShowPrimaryInterfererLink( bool );
[Unmanaged C++]
public: HRESULT get_ShowPrimaryInterfererLink(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowPrimaryInterfererLink(
    VARIANT_BOOL val
);
[Java]
public bool getShowPrimaryInterfererLink();
public void setShowPrimaryInterfererLink(
    bool
);
[Python - STK API ]
@property
def ShowPrimaryInterfererLink(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.