GetProp

GetProp(int)

Gets the element at the specified ID.

public Prop GetProp(int ID)
Parameter Type Description
ID Int32

See Also


GetProp(string)

Gets the element at the specified name.

public Prop GetProp(string name)
Parameter Type Description
name String

See Also