Description
Whether to connect the additional points.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property IsConnectPointsVisible() As Boolean
|
| [C#] |
|---|
public bool IsConnectPointsVisible {get; set;}
|
| [Managed C++] |
|---|
public: __property bool get_IsConnectPointsVisible(); public: __property void set_IsConnectPointsVisible(
bool
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_IsConnectPointsVisible(
VARIANT_BOOL * pVal
);
public: HRESULT put_IsConnectPointsVisible(
VARIANT_BOOL IsConnectPointsVisible
);
|
| [Java] |
|---|
public bool getIsConnectPointsVisible();
public void setIsConnectPointsVisible(
bool
);
|
| [Python - STK API] |
|---|
@property
def IsConnectPointsVisible(self) -> bool:
@IsConnectPointsVisible.setter
def IsConnectPointsVisible(self, IsConnectPointsVisible:bool) -> None:
|
See Also