AGI STK Objects 11 Send comments on this topic.
InterferenceLinksLineStyle Property (IAgCommSystemGraphics)
See Also 





Description

Select the line style in which interference links line graphics display from the AgELineStyle enumeration.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterferenceLinksLineStyle() As  AgELineStyle

[C#]
public  AgELineStyle InterferenceLinksLineStyle {get; set;}

[Managed C++]
public: __property  AgELineStyle^ get_InterferenceLinksLineStyle();
public: __property void set_InterferenceLinksLineStyle(
AgELineStyle ^
);

[Unmanaged C++]
public: HRESULT get_InterferenceLinksLineStyle(
AgELineStyle ** ppRetVal
);
public: HRESULT put_InterferenceLinksLineStyle(
AgELineStyle * pNewInterferenceLinksLineStyle
);

[Java]
public  AgELineStyle getInterferenceLinksLineStyle();public void setInterferenceLinksLineStyle(
AgELineStyle
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1