SetAttribute Method (String, ISet(Int32))


IFCAny Handle Set Attribute(String, ISet Int 32 ) 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<int> values
)

Parameters

name String
values ISet Int32
See Also