SetAttribute Method (String, IList(Double))


IFCAny Handle Set Attribute(String, IList Double ) 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 IList Double
See Also