Description
Line width of lines between objects during access periods in the 2D and 3D Graphics windows.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property LineWidth() As Integer
|
[C#] |
---|
public int LineWidth {get; set;}
|
[Managed C++] |
---|
public: __property int get_LineWidth(); public: __property void set_LineWidth(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_LineWidth(
long * pVal
);
public: HRESULT put_LineWidth(
long inVal
);
|
[Java] |
---|
public int getLineWidth();
public void setLineWidth(
int
);
|
[Python - STK API] |
---|
@property
def LineWidth(self) -> int:
@LineWidth.setter
def LineWidth(self, inVal:int) -> None:
|
See Also