AGI STK Objects 11 Send comments on this topic.
ShowInterferenceLinks Property (IAgCommSystemVO)
See Also 





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 * pRetVal
);
public: HRESULT put_ShowInterferenceLinks(
VARIANT_BOOL NewShowInterferenceLinks
);

[Java]
public bool getShowInterferenceLinks();public void setShowInterferenceLinks(
bool
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1