Revit 2025.3 API
IFCAny |
Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public void SetAttribute( string name, ISet<int> values )
Public Sub SetAttribute ( name As String, values As ISet(Of Integer) )
public: void SetAttribute( String^ name, ISet<int>^ values )
member SetAttribute : name : string * values : ISet<int> -> unit
Parameters
- name String
- values ISetInt32
See Also