MultilineTextAttribute Constructor (String, String, String, String, String) |
Namespace: X3Platform.CommandLineAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntaxprotected MultilineTextAttribute(
string line1,
string line2,
string line3,
string line4,
string line5
)
protected:
MultilineTextAttribute(
String^ line1,
String^ line2,
String^ line3,
String^ line4,
String^ line5
)
Parameters
- line1
- Type: SystemString
The first line of text. - line2
- Type: SystemString
The second line of text. - line3
- Type: SystemString
The third line of text. - line4
- Type: SystemString
The fourth line of text. - line5
- Type: SystemString
The fifth line of text.
See Also