STK ObjectsSend comments on this topic.
InterferenceLinksLineStyle Property (IAgCommSystemGraphics)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_InterferenceLinksLineStyle(
    AgELineStyle val
);
[Java]
public AgELineStyle getInterferenceLinksLineStyle();
public void setInterferenceLinksLineStyle(
    AgELineStyle
);
[Python - STK API ]
@property
def InterferenceLinksLineStyle(self) -> "AgELineStyle":

@InterferenceLinksLineStyle.setter
def InterferenceLinksLineStyle(self, val:"AgELineStyle") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.