IFCAnyHandleSetAttribute(String, IListDouble) 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,
	IList<double> values
)

Parameters

name  String
 
values  IListDouble
 
See Also