ImageGear .NET - Updated
UpdateEntity Method




ImageGear24.Formats.Vector Assembly > ImageGear.Formats.CAD Namespace > ImGearDWGPage Class : UpdateEntity Method
CADEntity to update.
Pushes the changes to the specified CADEntity.
Syntax
'Declaration
 
Public Sub UpdateEntity( _
   ByVal entity As CADEntity _
) 
'Usage
 
Dim instance As ImGearDWGPage
Dim entity As CADEntity
 
instance.UpdateEntity(entity)
public void UpdateEntity( 
   CADEntity entity
)
public: void UpdateEntity( 
   CADEntity* entity
) 
public:
void UpdateEntity( 
   CADEntity^ entity
) 

Parameters

entity
CADEntity to update.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members