Revit 2025.3 API
Duct |
Gets the Id of the fiting or accessory instance
Namespace: Autodesk.Revit.DB.Mechanical
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public ElementId GetFamilyInstanceId()
Public Function GetFamilyInstanceId As ElementId
public: ElementId^ GetFamilyInstanceId()
member GetFamilyInstanceId : unit -> ElementId
Return Value
ElementIdThe element Id of the fiting or accessory instance.
See Also