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
);
|
| [Python - STK API] |
|---|
@property
def InterferenceLinksLineStyle(self) -> "AgELineStyle":
@InterferenceLinksLineStyle.setter
def InterferenceLinksLineStyle(self, val:"AgELineStyle") -> None:
|
See Also