IFCAnyHandle.SetAttribute(String, IList<Double>) Method

IFCAnyHandleSetAttribute(String, IListDouble) 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,
	IList<double> values
)
Public Sub SetAttribute ( 
	name As String,
	values As IList(Of Double)
)
public:
void SetAttribute(
	String^ name, 
	IList<double>^ values
)
member SetAttribute : 
        name : string * 
        values : IList<float> -> unit 

Parameters

name  String
 
values  IListDouble
 
See Also