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

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

Parameters

name  String
 
values  IListInt32
 
See Also