WallSweepInfo
Represents a wall sweep or reveal of a vertically compound structure.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.WallSweepInfo
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public class WallSweepInfo : IDisposable
The WallSweepInfo type exposes the following members.
Constructors
Name
Description
Public Method
WallSweepInfo(Boolean, WallSweepType)
Constructs a new WallSweepInfo instance.
Public Method
WallSweepInfo(WallSweepType, Boolean)
Constructs a new WallSweepInfo instance.
Properties
Name
Description
Public Property
CutsWall
Indicates if you want the sweep to cut geometry out of the host wall.
Public Property
DefaultSetback
The sweep setback distance from inserts, such as windows and doors.
Public Property
Distance
Represents the distance from either the top or base of the wall for horizontal sweeps, or the parameter along the wall’s path curve for vertical ones.
Public Property
DistanceMeasuredFrom
Indicates if Distance is measured from the top or bottom of the wall.
Public Property
Id
The id of the sweep or reveal.
Public Property
IsCutByInserts
Indicates if the sweep is cut by wall inserts.
Public Property
IsFixed
Indicates if the described wall sweep is fixed. A sweep is fixed if it is a part of a vertical compound structure.
Public Property
IsProfileFlipped
Indicates if the profile is applied upside-down.
Public Property
IsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public Property
IsVertical
Indicates whether the sweep or reveal is swept vertically or horizontally.
Public Property
MaterialId
The element id of the material used to create the sweep or reveal.
Public Property
ProfileId
The element id of the profile family used to create the sweep or reveal.
Public Property
WallOffset
The offset from the sweep or reveal to the wall.
Public Property
WallSide
The side of the wall to which the sweep or reveal is attached.
Public Property
WallSweepOrientation
Indicates how the profile of a horiztonal sweep is oriented with repect to the wall side face.
Public Property
WallSweepType
The type (either a wall sweep or a reveal).
Methods
Name
Description
Public Method
Dispose
Releases all resources used by the WallSweepInfo
Public Method
Equals
Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public Method
GetHashCode
Serves as the default hash function.
(Inherited from Object)
Public Method
GetType
Gets the Type of the current instance.
(Inherited from Object)
Public Method
IsEqual
Determines if the input object is equivalent to this WallSweepInfo.
Public Method
ToString
Returns a string that represents the current object.
(Inherited from Object)