Method GetAttributeAtIndex
GetAttributeAtIndex(FunctionAttributeIndex, uint)
Gets a specific attribute at a given index
AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, uint id)
Parameters
indexFunctionAttributeIndexIndex to get the attribute from
iduintID of the attribute to get
Returns
- AttributeValue
The specified attribute or the default AttributeValue
GetAttributeAtIndex(FunctionAttributeIndex, LazyEncodedString)
Gets a named attribute at a given index
AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, LazyEncodedString name)
Parameters
indexFunctionAttributeIndexIndex to get the attribute from
nameLazyEncodedStringname of the attribute to get
Returns
- AttributeValue
The specified attribute or the default AttributeValue