Enum VisibilityStatus
Visibility status of an object
Status-Description
The object is visible and can be selected.Active
The object is visible but cannot be selected.Disabled
The object id not visible (and can therefore also not be selected)Hidden
Namespace: Unity.Industrial.Forma.Core.Info
Syntax
public enum VisibilityStatus : int
Fields
Name | Description | Value |
---|---|---|
Active | The active |
|
Disabled | Disabled |
|
Hidden | Hidden |