Namespace: Autodesk.Revit.DB.IFC
Assembly: RevitAPIIFC (in RevitAPIIFC.dll) Version: 2015.0.0.0 (2015.0.0.0)
Syntax
| C# |
|---|
[ObsoleteAttribute("This method is obsolete in Revit 2015. Use SetAttribute(string, IList<IFCAnyHandle>) or SetAttribute(string, ISet<IFCAnyHandle>) instead.")]
public void SetAttribute(
string name,
ICollection<IFCAnyHandle> values
) |
| Visual Basic |
|---|
<ObsoleteAttribute("This method is obsolete in Revit 2015. Use SetAttribute(string, IList<IFCAnyHandle>) or SetAttribute(string, ISet<IFCAnyHandle>) instead.")> _
Public Sub SetAttribute ( _
name As String, _
values As ICollection(Of IFCAnyHandle) _
) |
| Visual C++ |
|---|
[ObsoleteAttribute(L"This method is obsolete in Revit 2015. Use SetAttribute(string, IList<IFCAnyHandle>) or SetAttribute(string, ISet<IFCAnyHandle>) instead.")]
public:
void SetAttribute(
String^ name,
ICollection<IFCAnyHandle^>^ values
) |
See Also