ICorrugatedMaterialInfoRow¶
- class ICorrugatedMaterialInfoRow¶
Bases:
ImpactCOMWrapperBase- Summary:
Provides a single line of textual information specific to an ICorrugatedMaterial object.
- Remarks:
Introduced in Impact 6.1.0.21 The text is divided into label/value parts.
Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance
- property label_text¶
Gets label_text.
- Summary:
The text for the label part.
- Returns:
The value of label_text.
- Return type:
label_text (str)
- property show_red_value¶
Gets show_red_value.
- Summary:
Indicates if the value text should be displayed in a highlighted manner.
- Returns:
The value of show_red_value.
- Return type:
show_red_value (bool)
- property value_hint¶
Gets value_hint.
- Summary:
The text to display as a hint.
- Remarks:
Introduced in Impact 7.0.0.55.
- Returns:
The value of value_hint.
- Return type:
value_hint (str)
- property value_text¶
Gets value_text.
- Summary:
The text for the value part.
- Returns:
The value of value_text.
- Return type:
value_text (str)
- property visible¶
Gets Visible.
- Summary:
Determines if this info row should be displayed to users based on the standards settings.
- Remarks:
Introduced in Impact 7.0.0.55.
- Returns:
The value of Visible.
- Return type:
visible (bool)
- isNone()¶
Checks if the COM object is None. This is useful for determining if the wrapper has been initialized with a valid COM object.