ElementsList<T0>.GetElement

Declaration

public T GetElement(uint elementID);

Declaration

public T GetElement(Dictionary<string,string> attributes);

Declaration

public T GetElement(string name, Dictionary<string,string> attributes);

Parameters

elementID Element ID.
attributes Dictionary of attributes that the element must include.
name Element name.

Returns

T The element from the list that matches the parameter. If there isn't a match, returns null.

Description

Gets an element from the list.


Did you find this page useful? Please give it a rating: