Description
Line width of lines between objects participating in an access.
Property type
Read-write property
Syntax
[Visual Basic .NET] |
---|
Public Property AccessLinesWidth() As Integer
|
[C#] |
---|
public int AccessLinesWidth {get; set;}
|
[Managed C++] |
---|
public: __property int get_AccessLinesWidth(); public: __property void set_AccessLinesWidth(
int
);
|
[Unmanaged C++] |
---|
public: HRESULT get_AccessLinesWidth(
long * pVal
);
public: HRESULT put_AccessLinesWidth(
long pVal
);
|
[Java] |
---|
public int getAccessLinesWidth();
public void setAccessLinesWidth(
int
);
|
[Python - STK API] |
---|
@property
def AccessLinesWidth(self) -> int:
@AccessLinesWidth.setter
def AccessLinesWidth(self, pVal:int) -> None:
|
See Also