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




In This Topic
    UpdateEntity Method
    In This Topic
    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