ImageGear .NET - Updated March 30, 2018
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)

Parameters

entity
CADEntity to update.
See Also

Reference

ImGearDWGPage Class
ImGearDWGPage Members