2021 Members
Changes 5
M

IFCAnyHandle

Name Return Type Description Inherited From
M CreateAggregateAttribute(String) The aggregate. Creates an attribute that is an aggregate.
M Delete() None Deletes the handle.
M Dispose() None Releases all resources used by the IFCAnyHandle
M Equals(Object) bool Determines whether the specified Object is equal to the current Object . (Overrides Object . Equals(Object) .)
M GetAttribute(String) The value. Gets the attribute by name.
M GetHashCode() int Gets the integer value of the id as hash code (Overrides Object . GetHashCode . .)
M GetType None (Inherited from Object .) Object .
M IsSubTypeOf(String) bool Determines whether the instance is an instance of the specified instance type or a subtype of this instance type.
M IsTypeOf(String) bool 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 (Inherited from Object .) Object .
M Unset() None Clears the handle.
M UnsetAttribute(String) None Unsets the attribute value.
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 bool 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.