Method
getEAttribute(name:)
Retrieve an attribute by name.
func getEAttribute(name: String) -> EAttribute?
Parameters
name-
The name of the attribute to find.
Return Value
The matching attribute, or nil if not found.
Discussion
Provides a convenient method that searches only attribute features, including inherited attributes.