ApplyCancelProperty#

class ansys.mechanical.stubs.v242.Ansys.ACT.Mechanical.AdditionalProperties.ApplyCancelProperty#

Bases: object

Provides a way to create properties with Apply/Cancel buttons.

Overview#

Name

The name of the property.

DisplayName

The name of the property shown in the UI. If not set, the Name property is used.

GroupName

The group name of the property shown in the UI, and used to separate properties based on group name.

Tooltip

The tooltip of the property in the UI.

Value

The stored value of the property.

ValueString

Get the string representation of the value.

ReadOnly

Returns whether a property is readonly.

Property detail#

property ApplyCancelProperty.Name: System.String | None

The name of the property.

property ApplyCancelProperty.DisplayName: System.String | None

The name of the property shown in the UI. If not set, the Name property is used.

property ApplyCancelProperty.GroupName: System.String | None

The group name of the property shown in the UI, and used to separate properties based on group name.

property ApplyCancelProperty.Tooltip: System.String | None

The tooltip of the property in the UI.

property ApplyCancelProperty.Value: System.Object | None

The stored value of the property.

property ApplyCancelProperty.ValueString: System.String | None

Get the string representation of the value.

property ApplyCancelProperty.ReadOnly: System.Boolean | None

Returns whether a property is readonly.