Click or drag to resize

XmlWaveAnnouncerCreatePlayItem Method (String, String, Object)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Generate a PlayItem from a Phrase tag within a Phrases node.

Namespace:  Telogis.GeoBase.Navigation.Announcements
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public AnnouncerPlayItem CreatePlayItem(
	string type,
	string phrase,
	Object obj
)

Parameters

type
Type: SystemString
The name of the node directly below the Lang node and containing the Phrases node.
phrase
Type: SystemString
The ID of the Phrase tag.
obj
Type: SystemObject
The object whose fields and properties will be used to populate the phrase parameters.

Return Value

Type: AnnouncerPlayItem
A AnnouncerPlayItem.
See Also