Method GetIntArrayAttribute
GetIntArrayAttribute(string)
Gets an int list attribute called name
, as an array of ints.
Declaration
public int[] GetIntArrayAttribute(string name)
Parameters
Type | Name | Description |
---|---|---|
string | name | The name of the attribute. |
Returns
Type | Description |
---|---|
int[] | The int list values as an array. |