Revit 2017.1 API |
WallSweepInfo Members |
WallSweepInfo Class Constructors Methods Properties See Also |
The WallSweepInfo type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | WallSweepInfo(Boolean, WallSweepType) |
Constructs a new WallSweepInfo instance.
|
![]() | WallSweepInfo(WallSweepType, Boolean) |
Constructs a new WallSweepInfo instance.
|
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the WallSweepInfo |
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsEqual |
Determines if the input object is equivalent to this WallSweepInfo.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
![]() | CutsWall |
Indicates if you want the sweep to cut geometry out of the host wall.
|
![]() | DefaultSetback |
The sweep setback distance from inserts, such as windows and doors.
|
![]() | Distance |
The distance from either the top or base of the wall.
|
![]() | DistanceMeasuredFrom |
Indicates if Distance is measured from the top or bottom of the wall.
|
![]() | Id |
The id of the sweep or reveal.
|
![]() | IsCutByInserts |
Indicates if the sweep is cut by wall inserts.
|
![]() | IsFixed |
Indicates if the described wall sweep is fixed. A sweep is fixed if it is a part of a vertical compound structure.
|
![]() | IsProfileFlipped |
Indicates if the profile is applied upside-down.
|
![]() | IsValidObject |
Specifies whether the .NET object represents a valid Revit entity.
|
![]() | IsVertical |
Indicates whether the sweep or reveal is swept vertically or horizontally.
|
![]() | MaterialId |
The element id of the material used to create the sweep or reveal.
|
![]() | ProfileId |
The element id of the profile family used to create the sweep or reveal.
|
![]() | WallOffset |
The offset from the sweep or reveal to the wall.
|
![]() | WallSide |
The side of the wall to which the sweep or reveal is attached.
|
![]() | WallSweepType |
The type (either a wall sweep or a reveal).
|