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

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

Parameters

name  String
 
values  IListBoolean
 
See Also