ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / CADSingleLineText Class
Members




In This Topic
    CADSingleLineText Class
    In This Topic
    A container for CAD text data.
    Object Model
    CADSingleLineText Class
    Syntax
    'Declaration
     
    Public Class CADSingleLineText 
       Inherits CADText
    'Usage
     
    Dim instance As CADSingleLineText
    public class CADSingleLineText : CADText 
    public __gc class CADSingleLineText : public CADText 
    public ref class CADSingleLineText : public CADText 
    Inheritance Hierarchy

    System.Object
       ImageGear.Formats.CAD.CADEntity
          ImageGear.Formats.CAD.CADText
             ImageGear.Formats.CAD.CADSingleLineText

    See Also