Revit 2026 API
IFCAny |
Gets the attribute by name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFCData GetAttribute( string name )
Public Function GetAttribute ( name As String ) As IFCData
public: IFCData^ GetAttribute( String^ name )
member GetAttribute : name : string -> IFCData
Parameters
- name String
- The name.
Return Value
IFCDataThe value.
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
See Also