Description
Select the line width in which interference links line graphics display from the AgELineWidth enumeration.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property InterferenceLinksLineWidth() As AgELineWidth
|
[C#] |
---|
public AgELineWidth InterferenceLinksLineWidth {get; set;}
|
[Managed C++] |
---|
public: __property AgELineWidth get_InterferenceLinksLineWidth(); public: __property void set_InterferenceLinksLineWidth(
AgELineWidth
);
|
[Unmanaged C++] |
---|
public: HRESULT get_InterferenceLinksLineWidth(
AgELineWidth * pVal
);
public: HRESULT put_InterferenceLinksLineWidth(
AgELineWidth val
);
|
[Python - STK API] |
---|
@property
def InterferenceLinksLineWidth(self) -> "AgELineWidth":
@InterferenceLinksLineWidth.setter
def InterferenceLinksLineWidth(self, val:"AgELineWidth") -> None:
|
See Also