isTopologyVisible property

bool isTopologyVisible

Returns true if topology is visible. It can be used to check the status of topology visibility. Gets the current status of topology visibility.

Implementation

bool get isTopologyVisible;
void isTopologyVisible=(bool value)

Returns true if topology is visible. It can be used to check the status of topology visibility. Sets the topology visibility.

Implementation

set isTopologyVisible(bool value);