Share

Element.DeleteEntity Method

Deletes the existing entity created by %schema% in the element


Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.1.0.0 (26.1.0.34)

Syntax

C#

public bool DeleteEntity(
	Schema schema
)

Parameters

schema  Schema
Schema used for creation of the entity

Return Value

Boolean
True if entity was deleted, false if entity didn't exist

Exceptions

ExceptionCondition
ArgumentException Writing of Entities of this Schema is not allowed to the current add-in.
ArgumentNullException A non-optional argument was null

See Also

Reference

Was this information helpful?