Revit 2025.3 API
IFCAny |
Gets the attribute by name.
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.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