Description
Enable the interference links line
graphics
Property type
Read-write property
Syntax
[Visual Basic .NET] |
Public Property ShowInterferenceLinks() As Boolean
|
[C#] |
public bool ShowInterferenceLinks {get; set;}
|
[Managed C++] |
public: __property bool get_ShowInterferenceLinks();
public: __property void set_ShowInterferenceLinks(
bool
);
|
[Unmanaged C++] |
public: HRESULT get_ShowInterferenceLinks(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_ShowInterferenceLinks(
VARIANT_BOOL NewShowInterferenceLinks
);
|
[Java] |
public bool getShowInterferenceLinks();public void setShowInterferenceLinks(
bool
);
|
See Also