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++] |
|---|
|
| [Java] |
|---|
public AgELineWidth getConnectPointLineWidth(); public void setConnectPointLineWidth( AgELineWidth ); |
[Python - STK API ] |
|---|
@property def ConnectPointLineWidth(self) -> "AgELineWidth": @ConnectPointLineWidth.setter def ConnectPointLineWidth(self, LineWidth:"AgELineWidth") -> None: |






