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 ** ppRetVal ); public: HRESULT put_InterferenceLinksLineStyle( AgELineStyle * pNewInterferenceLinksLineStyle );
|
[Java] |
---|
public AgELineStyle getInterferenceLinksLineStyle();public void setInterferenceLinksLineStyle( AgELineStyle );
|
See Also