Eplan Platform API
Eplan.EplApi.DataModel.Graphics Namespace / ContactImage Class / Remove Method

Remove Method (ContactImage)
Removes placement.
Syntax
public override void Remove()
Exceptions
ExceptionDescription
Thrown when object has not been created yet.
Remarks
This method enables the user to delete objects which sometimes cannot be removed from a project. For example, selecting some device from a list view in GUI and deleting it will not be possible. However, the same object can be deleted by calling the above method.
See Also