SetAttribute Method (String, ISet(Boolean))


IFCAny Handle Set Attribute(String, ISet Boolean ) 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<bool> values
)

Parameters

name String
values ISet Boolean
See Also