Contour line width.
Read-write property
[Visual Basic .NET] |
---|
Public Property LineWidth() As AgELineWidth |
[C#] |
---|
public AgELineWidth LineWidth {get; set;} |
[Managed C++] |
---|
public: __property AgELineWidth get_LineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_LineWidth( AgELineWidth * pVal ); public: HRESULT put_LineWidth( AgELineWidth LineWidth ); |
[Java] |
---|
public AgELineWidth getLineWidth(); public void setLineWidth( AgELineWidth ); |
[Python - STK API ] |
---|
@property def LineWidth(self) -> "AgELineWidth": @LineWidth.setter def LineWidth(self, LineWidth:"AgELineWidth") -> None: |