SetAttribute Method (String, ISet(Double))


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

Parameters

name String
values ISet Double
See Also