| MultilineTextAttribute Constructor (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
)
protected:
MultilineTextAttribute(
String^ line1,
String^ line2
)
Parameters
- line1
- Type: SystemString
The first line of text. - line2
- Type: SystemString
The second line of text.
See Also