|
||
public static TagList FromBos(string bos_path); public static TagList FromBos(BOS_NODE bos);
string bos_path; // A System.String BOS_NODE bos; // A SilverSharp.BOS_NODE
|
|
|||
Synopsis |
The FromBos methods return a TagList object that will enumerate every SilverSharp TAG_NODE belonging to the bos-level entity
|
|
||
Parameters |
bos_path is a string that is a SilverScreen path to an entity bos is a SilverSharp.BOS_NODE whose TAG_NODEs are to be enumerated
|
|
||
Return Value |
FromBos method returns a TagList object
|
|
||
See Also |
|
|
||
Example |
The following code enumerates all of the Tags contained in a SilverSharp BOS_NODE:
|
|