GetMetadata(string)
Returns metadata for a given line ID, if any is defined.
public string[] GetMetadata(string lineID)
Name | Description |
---|---|
string lineID | The line ID. |
An array of each piece of metadata if defined, otherwise returns null.
Last modified 1yr ago