RuleFeature Class Reference
Last update: 16.07.2025Represents a Speos rule feature. More...
Inheritance diagram for RuleFeature:

Static Public Attributes | |
| str | Status = property(fget=__GetStatus) |
| Gets the rule status. | |
Static Public Attributes inherited from Feature | |
| str | Name = property(fget=__GetName) |
| Returns the name of the feature. | |
| str | Tag = property(fget=__GetTag) |
| Returns the NX tag for this feature. | |
Properties | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Properties inherited from Feature | |
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc='The membership flag') | |
Additional Inherited Members | |
Public Member Functions inherited from Feature | |
| 'None' | Update (self) |
| Updates the feature. | |
| 'None' | Delete (self) |
| Deletes the feature. | |
Detailed Description
Represents a Speos rule feature.
To obtain an instance of this class, refer to ResultFeature::GetRules().
Member Data Documentation
◆ Status
|
static |
Gets the rule status.
Value type: Boolean.
The default value is false.
The documentation for this class was generated from the following file:
- SpeosNX_2412.py
Static Public Attributes inherited from