GetMetadata(string)

Method in LineMetadata

Summary

Returns metadata for a given line ID, if any is defined.

public string[] GetMetadata(string lineID)

Parameters

Name
Description

string lineID

The line ID.

Returns

An array of each piece of metadata if defined, otherwise returns null.

Last updated

Was this helpful?