IFCAnyHandleSetAttribute(String, ISetDouble) Method


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

Parameters

name  String
 
values  ISetDouble
 
See Also