Click or drag to resize

TextItemsAdd Method (String, String, TextItemAttrs)

Add a new text item object to the collection with the textType of

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void Add(
	string name,
	string text,
	TextItemAttrs attributes
)

Parameters

name
Type: SystemString
The name of the text item.
text
Type: SystemString
The text for the item.
attributes
Type: NetQuarryTextItemAttrs
Attributes. (One of TextItemAttrs).
See Also