Select the line width in which desired links line graphics display from the AgELineWidth enumeration.
Read-write property
[Visual Basic .NET] |
---|
Public Property DesiredLinksLineWidth() As AgELineWidth |
[C#] |
---|
public AgELineWidth DesiredLinksLineWidth {get; set;} |
[Managed C++] |
---|
public: __property AgELineWidth get_DesiredLinksLineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_DesiredLinksLineWidth( AgELineWidth * pVal ); public: HRESULT put_DesiredLinksLineWidth( AgELineWidth val ); |
[Java] |
---|
public AgELineWidth getDesiredLinksLineWidth(); public void setDesiredLinksLineWidth( AgELineWidth ); |
[Python - STK API ] |
---|
@property def DesiredLinksLineWidth(self) -> "AgELineWidth": @DesiredLinksLineWidth.setter def DesiredLinksLineWidth(self, val:"AgELineWidth") -> None: |