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





Windows & Linux

Description

Enable the interference links line graphics

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ShowInterferenceLinks() As Boolean
[C#]
public bool ShowInterferenceLinks {get; set;}
[Managed C++]
public: __property bool get_ShowInterferenceLinks();
public: __property void set_ShowInterferenceLinks( bool );
[Unmanaged C++]
public: HRESULT get_ShowInterferenceLinks(
    VARIANT_BOOL * pVal
);
public: HRESULT put_ShowInterferenceLinks(
    VARIANT_BOOL val
);
[Java]
public bool getShowInterferenceLinks();
public void setShowInterferenceLinks(
    bool
);
[Python - STK API ]
@property
def ShowInterferenceLinks(self) -> bool:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.