Gets the attribute by name.
Namespace: Autodesk.Revit.DB.IFCAssembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 26.4.0.0 (26.4.0.0)
Syntax
C#
public IFCData GetAttribute(
string name
)
Parameters
- name String
-
The name.
Return Value
IFCData
The value.
Exceptions
See Also
Reference