Entity Constructor

The default-constructed Entity is invalid.

Namespace: Autodesk.Revit.DB.ExtensibleStorage
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public Entity()
Remarks
Invalid entities may be used as token values. E.g., setting an invalid subentity is equivalent to deleting the stored one.
See Also