Share

DuctFittingAndAccessoryData.GetEntity Method

Returns an Entity of the Schema of the serverGUID. or an invalid entity otherwise.


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

Syntax

C#

public Entity GetEntity()

Return Value

Entity
The 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

Reference

Was this information helpful?