Gets or sets the width of the lines connecting the additional points.
Read-write property
[Visual Basic .NET] |
---|
Public Property ConnectPointLineWidth() As AgELineWidth |
[C#] |
---|
public AgELineWidth ConnectPointLineWidth {get; set;} |
[Managed C++] |
---|
public: __property AgELineWidth get_ConnectPointLineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_ConnectPointLineWidth( AgELineWidth * pVal ); public: HRESULT put_ConnectPointLineWidth( AgELineWidth LineWidth ); |
[Java] |
---|
public AgELineWidth getConnectPointLineWidth(); public void setConnectPointLineWidth( AgELineWidth ); |
[Python - STK API ] |
---|
@property def ConnectPointLineWidth(self) -> "AgELineWidth": @ConnectPointLineWidth.setter def ConnectPointLineWidth(self, LineWidth:"AgELineWidth") -> None: |