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
)
Public Sub Add (
name As String,
text As String,
attributes As TextItemAttrs
)
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