Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / MultilineText Class / Contents Property

In This Topic
    Contents Property (MultilineText)
    In This Topic
    Gets or sets the original string of the multiline text read from the dwg.
    Syntax
    'Declaration
     
    Public Property Contents As String
    public string Contents {get; set;}
    See Also