GetEntity Method


Duct Fitting And Accessory Pressure Drop UIData Item Get Entity Method

Returns the entity set by UI server. or an invalid entity otherwise.

Namespace: Autodesk.Revit.UI.Mechanical
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Entity GetEntity()

Return Value

Entity
The returned Entity.
Remarks
The Entity that is returned is a copy of the stored data (with copy-on-write optimization). Modifying it is allowed (even with restricted write), but to save your changes you must call SetEntity.
See Also