Attributes
Canonical path: NemAll_Python_BaseElements.Attributes
Attributes class
Methods:
-
GetAttributeSets
–Get the AttributeSet vector
-
SetAttributeSets
–Set the AttributeSet vector
-
__eq__
–Compare operator
-
__init__
–Overloaded function. See individual overloads.
-
__repr__
–Convert the list to a string
Attributes:
-
AttributeSets
(None
) –Property for attribute set vector
GetAttributeSets
Get the AttributeSet vector
Returns:
-
list
–Attribute value
SetAttributeSets
Set the AttributeSet vector
Parameters:
-
sets
(list
) –AttributeSet vector
__eq__
__eq__(props: Attributes) -> bool
Compare operator
Parameters:
-
props
(Attributes
) –Properties to compare
Returns:
-
bool
–Properties a equal: true/false
__init__
overloaded
Initialize
Constructor
Parameters:
-
elements
(list
) –Attribute set element list
Placeholder