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




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

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

    See Also