Share

IFCAnyHandle Methods

The IFCAnyHandle type exposes the following members.

Methods

 NameDescription
Public methodCreateAggregateAttribute Creates an attribute that is an aggregate. TODO: Rename to createAggregateByRef
Public methodDelete Deletes the handle.
Public methodDispose 
Public methodEquals Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object))
Public methodGetAttribute Gets the attribute by name.
Public methodGetHashCode Gets the integer value of the id as hash code
(Overrides Object.GetHashCode())
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodIsSubTypeOf Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
Public methodIsTypeOf Determines whether the instance is an instance of exactly the specified instance type.
Public methodSetAttribute(String, IFCAnyHandle) Sets the attribute value.
Public methodSetAttribute(String, IFCData) Sets the attribute value.
Public methodSetAttribute(String, Boolean) Sets the attribute value.
Public methodSetAttribute(String, IList<IFCAnyHandle>) 
Public methodSetAttribute(String, IList<Boolean>) 
Public methodSetAttribute(String, IList<Double>) 
Public methodSetAttribute(String, IList<Int32>) 
Public methodSetAttribute(String, IList<String>) 
Public methodSetAttribute(String, ISet<IFCAnyHandle>) 
Public methodSetAttribute(String, ISet<Boolean>) 
Public methodSetAttribute(String, ISet<Double>) 
Public methodSetAttribute(String, ISet<Int32>) 
Public methodSetAttribute(String, ISet<String>) 
Public methodSetAttribute(String, Double) Sets the attribute value.
Public methodSetAttribute(String, Int32) Sets the attribute value.
Public methodSetAttribute(String, String) Sets the attribute value.
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUnsetAttribute Unsets the attribute value.

See Also

Reference

Was this information helpful?