DuctFittingAndAccessoryPressureDropUIDataItem.GetEntity
Description:
Returns the entity set by UI server. or an invalid entity otherwise.
Returns the entity set by UI server. or an invalid entity otherwise.
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.
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.
public Entity GetEntity()
The returned Entity.
The returned Entity.
No comments yet. Start the discussion.
Loading…