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 AgELineWidth ); |
[Java] |
---|
public AgELineWidth getConnectPointLineWidth(); public void setConnectPointLineWidth( AgELineWidth ); |