IAttributeCollection#
- class ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Common.IAttributeCollection#
 Bases:
objectDefines a collection of attributes.
Overview#
Checks if the collection contains the attribute identified by its name.  | 
|
Returns the string value of the attribute identified by its name.  | 
|
Returns the value of the attribute identified by its name.  | 
|
Removes the attribute identified by its name.  | 
|
Sets the value of an attribute identified by its name.  | 
Property detail#
Method detail#
- IAttributeCollection.Contains(name: str) bool#
 Checks if the collection contains the attribute identified by its name.
- IAttributeCollection.GetStringValue(name: str) str#
 Returns the string value of the attribute identified by its name.