ImageGear .NET - Updated
EraseEntity Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : EraseEntity Method
CADEntity to remove.
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

Reference

ImGearDWGPage Class
ImGearDWGPage Members