ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / CreateSingleLineText Method / CreateSingleLineText(CADWorkingSpace) Method




In This Topic
    CreateSingleLineText(CADWorkingSpace) Method
    In This Topic
    Creates a new instance of CADSingleLineText.
    Syntax
    'Declaration
     
    Public Overloads Function CreateSingleLineText( _
       ByVal space As ImGearCADPage.CADWorkingSpace _
    ) As CADSingleLineText
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim space As ImGearCADPage.CADWorkingSpace
    Dim value As CADSingleLineText
     
    value = instance.CreateSingleLineText(space)
    public CADSingleLineText CreateSingleLineText( 
       ImGearCADPage.CADWorkingSpace space
    )
    public: CADSingleLineText* CreateSingleLineText( 
       ImGearCADPage.CADWorkingSpace space
    ) 
    public:
    CADSingleLineText^ CreateSingleLineText( 
       ImGearCADPage.CADWorkingSpace space
    ) 

    Parameters

    space

    Return Value

    Returns a new instance of CADSingleLineText
    Remarks
    You must use UpdateEntity to change CADSingleLineText properties
    See Also