Method GetAttributeAtIndex
GetAttributeAtIndex(FunctionAttributeIndex, uint)
Gets a specific attribute at a given index
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, uint id)
Parameters
index
FunctionAttributeIndexIndex to get the attribute from
id
uintID 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
public AttributeValue GetAttributeAtIndex(FunctionAttributeIndex index, LazyEncodedString name)
Parameters
index
FunctionAttributeIndexIndex to get the attribute from
name
LazyEncodedStringname of the attribute to get
Returns
- AttributeValue
The specified attribute or the default AttributeValue