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