AGI STK Objects 11Send 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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.