TextItem Constructor (String, String, TextItemAttrs, String, String, String) |
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
)
Public Sub New (
name As String,
text As String,
attributes As TextItemAttrs,
textType As String,
textID As String,
subObjID As String
)
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