2020 Members
Changes 6
M

RebarHostData

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the RebarHostData
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object
M GetAreaReinforcementsInHost() IList<AreaReinforcement> Returns all AreaReinforcement elements hosted by the referenced element.
M GetCommonCoverType() nullNothingnullptr If all exposed faces of the host have the same associated CoverType, return that CoverType; otherwise, return . a null reference ( Nothing in Visual Basic) .
M GetCoverType(Reference) nullNothingnullptr Gets the CoverType associated with a face of the element.
M GetExposedFaces() IList<Reference> Returns all the exposed faces, that is, those that have an associated CoverType.
M GetFabricAreasInHost() IList<FabricArea> Returns all FabricArea elements hosted by the referenced element.
M GetFabricSheetsInHost() IList<FabricSheet> Returns all FabricSheet elements hosted by the referenced element.
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object
M GetPathReinforcementsInHost() IList<PathReinforcement> Returns all PathReinforcement elements hosted by the referenced element.
M GetRebarContainersInHost() IList<RebarContainer> Returns all RebarContainer elements hosted by the referenced element.
M GetRebarHostData(Element) nullNothingnullptr Gets a RebarHostData object referring to the specified rebar host element.
M GetRebarsInHost() IList<Rebar> Returns all Rebar elements hosted by the referenced element.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object
M IsFaceExposed(Reference) bool Checks whether the specified face is considered exposed, and therefore has an associated CoverType.
M IsValidHost.() bool Reports whether the element is a valid rebar host.
M IsValidHost(Element) bool Identifies whether a given element can host reinforcement.
M SetCommonCoverType(RebarCoverType) None Associate a single CoverType with all exposed faces of the host element.
M SetCoverType(Reference, RebarCoverType) None Associates the specified CoverType with the specified face of the element.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object
Name Return Type Description Inherited From
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.