Description
Enable the primary interferer link line
graphics
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ShowPrimaryInterfererLink() As Boolean
|
[C#] |
public bool ShowPrimaryInterfererLink {get; set;}
|
[Managed C++] |
public: __property bool get_ShowPrimaryInterfererLink();
public: __property void set_ShowPrimaryInterfererLink(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_ShowPrimaryInterfererLink(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowPrimaryInterfererLink(
VARIANT_BOOL NewShowPrimaryInterfererLink
);
|
[Java] |
public bool getShowPrimaryInterfererLink();public void setShowPrimaryInterfererLink(
bool
);
|
See Also