Revit 2026 API
Exporter |
Gets the name of the element assigned to the current export state.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public string GetFamilyName()
Public Function GetFamilyName As String
public: String^ GetFamilyName()
member GetFamilyName : unit -> string
Return Value
StringThe family name.
The family name is prepared for use in IFC output during the call to PushExportState().
See Also