Revit 2023 API |
DuctFittingAndAccessoryPressureDropUIDataItem..::..GetEntity Method |
DuctFittingAndAccessoryPressureDropUIDataItem Class See Also |
Returns the entity set by UI server.
or an invalid entity otherwise.
Namespace: Autodesk.Revit.UI.Mechanical
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 23.0.0.0 (23.1.0.0)
Since:
2014
Syntax
C# |
---|
public Entity GetEntity() |
Visual Basic |
---|
Public Function GetEntity As Entity |
Visual C++ |
---|
public: Entity^ GetEntity() |
Return Value
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.