PropCollection.GetProp

GetProp(int)

Gets the element at the specified ID.

public Prop GetProp(int ID)
ParameterTypeDescription
IDInt32

See Also


GetProp(string)

Gets the element at the specified name.

public Prop GetProp(string name)
ParameterTypeDescription
nameString

See Also