MTextgetMTextWithFieldCodes
Method
|
Gets a multiline text with field codes in one
string if such field exists.
Namespace: Teigha.DatabaseServices
Assembly: TD_Mgd (in TD_Mgd.dll) Version:
26.9.0.0
Syntax
public string getMTextWithFieldCodes()
Public Function getMTextWithFieldCodes As String
public:
String^ getMTextWithFieldCodes()
member getMTextWithFieldCodes : unit -> string
Return Value
String
Returns a multiline text with field codes in one string if the
"TEXT" field exists; otherwise just returns the multiline
text.
See Also