ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Formats.CAD Namespace / ImGearDWGPage Class / EraseEntity Method
CADEntity to remove.




In This Topic
    EraseEntity Method
    In This Topic
    Removes CADEntity.
    Syntax
    'Declaration
     
    Public Sub EraseEntity( _
       ByVal entity As CADEntity _
    ) 
    'Usage
     
    Dim instance As ImGearDWGPage
    Dim entity As CADEntity
     
    instance.EraseEntity(entity)
    public void EraseEntity( 
       CADEntity entity
    )
    public: void EraseEntity( 
       CADEntity* entity
    ) 
    public:
    void EraseEntity( 
       CADEntity^ entity
    ) 

    Parameters

    entity
    CADEntity to remove.
    See Also