Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Dimension Class / TextString Property

In This Topic
    TextString Property (Dimension)
    In This Topic
    Gets the text.
    Syntax
    'Declaration
     
    Public Overrides Property TextString As String
    public override string TextString {get; set;}
    Exceptions
    ExceptionDescription
    Thrown when you try to set the TextString property. Set the TextOverride instead.
    Remarks
    Use the TextOverride to set the text.
    See Also