SetAttribute Method (String, ISet(String))


IFCAny Handle Set Attribute(String, ISet String ) Method


Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public void SetAttribute(
	string name,
	ISet<string> values
)

Parameters

name String
values ISet String
See Also