Click or drag to resize

TextItem Constructor (String, String, TextItemAttrs, String, String, String)

Fast construct a text item object. This constructor is used by Load(IDatabase, String, String, String, String, TextLoadFlags).

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TextItem(
	string name,
	string text,
	TextItemAttrs attributes,
	string textType,
	string textID,
	string subObjID
)

Parameters

name
Type: SystemString
The name of the item.
text
Type: SystemString
The text for the item.
attributes
Type: NetQuarryTextItemAttrs
The item attributes.
textType
Type: SystemString
The text type.
textID
Type: SystemString
The ID of the item, from the database.
subObjID
Type: SystemString
The text sub-object ID, if any.
See Also