2023 Members
Changes 7
M

AreaBasedLoadBoundaryLineData

Name Return Type Description Inherited From
M Dispose() None Releases all resources used by the AreaBasedLoadBoundaryLineData
M Equals None Determines whether the specified Object is equal to the current Object . (Inherited from Object .) Object .
M GetHashCode None Serves as a hash function for a particular type. (Inherited from Object .) Object .
M GetLevelIdsInRange() ISet<ElementId> Returns level ids between the top level and the bottom level (including the top level and the bottom level) of the area based load boundary line.
M GetType None Gets the Type of the current instance. (Inherited from Object .) Object .
M IsElevationWithinRange(Double) bool Checks whether the given elevation is between the bottom level and the top level(including the bottom level and the top level) of the area based load boundary line.
M IsLevelWithinRange(ElementId) bool Checks whether the given level is between the bottom level and the top level (including the bottom level and the top level) of the area based load boundary line.
M ToString None Returns a string that represents the current object. (Inherited from Object .) Object .
Name Return Type Description Inherited From
P BottomLevelId ElementId The bottom level id of the area based load boundary line.
P IsValidObject bool Specifies whether the .NET object represents a valid Revit entity.
P TopLevelId ElementId The top level id of the area based load boundary line.