Gets or sets the line width of the bearing error lines.
Read-write property
[Visual Basic .NET] |
---|
Public Property ErrorLineWidth() As AgELineWidth |
[C#] |
---|
public AgELineWidth ErrorLineWidth {get; set;} |
[Managed C++] |
---|
public: __property AgELineWidth get_ErrorLineWidth(); |
[Unmanaged C++] |
---|
public: HRESULT get_ErrorLineWidth( AgELineWidth * pVal ); public: HRESULT put_ErrorLineWidth( AgELineWidth LineWidth ); |
[Java] |
---|
public AgELineWidth getErrorLineWidth(); public void setErrorLineWidth( AgELineWidth ); |
[Python - STK API ] |
---|
@property def ErrorLineWidth(self) -> "AgELineWidth": @ErrorLineWidth.setter def ErrorLineWidth(self, LineWidth:"AgELineWidth") -> None: |