Separator Class¶
-
class
NXOpen.UIStyler.Separator¶ Bases:
NXOpen.UIStyler.StylerItemRepresents a Separator for UI Styler
New in version NX5.0.0.
Properties¶
| Property | Description |
|---|---|
| Visibility | Returns or sets the visibility of the separator |
Methods¶
| Method | Description |
|---|---|
| Dispose | Free resources associated with the instance. |
| GetItemType | Gets the dialog item type. |
| InitializeAttachment | Returns initialized dialog item attachment information |
| IsEqualTo | Equates two styler items |
| SetAttachment | Specifies the updated dialog item attachment information |
Property Detail¶
Visibility¶
-
Separator.Visibility¶ Returns or sets the visibility of the separator
-------------------------------------Getter Method
Signature
VisibilityReturns: Return type: bool New in version NX5.0.0.
License requirements: None.
-------------------------------------Setter Method
Signature
VisibilityParameters: type (bool) – New in version NX5.0.0.
License requirements: None.