2027 Class
Changes 4
C

IFCAnyHandle

Description:
A handle representing an item in an IFC file.
Remarks:
Handles are used to populate each line item in an IFC file. Each handle is assigned a unique identifier (an integer) which can be seen in the file contents at the start of the line.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.IFC.IFCAnyHandle
public class IFCAnyHandle : IDisposable
Name Return Type Description Inherited From
M CreateAggregateAttribute(String) IFCAggregate Creates an attribute that is an aggregate. TODO: Rename to createAggregateByRef
M Delete() None Deletes the handle.
M Dispose() None Releases all resources used by the IFCAnyHandle
M Equals(Object) Boolean Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) )
M GetAttribute(String) IFCData Gets the attribute by name.
M GetHashCode() Int32 Gets the integer value of the id as hash code (Overrides Object . GetHashCode () )
M GetType None Gets the Type of the current instance. (Inherited from Object ) Object
M IsSubTypeOf(String) Boolean Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
M IsTypeOf(String) Boolean Determines whether the instance is an instance of exactly the specified instance type.
M SetAttribute(String, IFCAnyHandle) None Sets the attribute value.
M SetAttribute(String, IFCData) None Sets the attribute value.
M SetAttribute(String, Boolean) None Sets the attribute value.
M SetAttribute(String, IList<IFCAnyHandle>) None
M SetAttribute(String, IList<Boolean>) None
M SetAttribute(String, IList<Double>) None
M SetAttribute(String, IList<Int32>) None
M SetAttribute(String, IList<String>) None
M SetAttribute(String, ISet<IFCAnyHandle>) None
M SetAttribute(String, ISet<Boolean>) None
M SetAttribute(String, ISet<Double>) None
M SetAttribute(String, ISet<Int32>) None
M SetAttribute(String, ISet<String>) None
M SetAttribute(String, Double) None Sets the attribute value.
M SetAttribute(String, Int32) None Sets the attribute value.
M SetAttribute(String, String) None Sets the attribute value.
M ToString None Returns a string that represents the current object. (Inherited from Object ) Object
M UnsetAttribute(String) None Unsets the attribute value.
Name Return Type Description Inherited From
O Equality(IFCAnyHandle, IFCAnyHandle) Boolean Determines whether two IFCAnyHandles are the same.
O Inequality(IFCAnyHandle, IFCAnyHandle) Boolean Determines whether two IFCAnyHandles are different.
Name Return Type Description Inherited From
P HasValue bool Identifies if the handle is empty or contains a value.
P Id int The integer identifier for the handle.
P IsValidObject Boolean Specifies whether the .NET object represents a valid Revit entity.
P StepId int The step id of the handle. Valid only for import.
P TypeName string The name of the type of the handle.