WallSweepInfo Members

The WallSweepInfo type exposes the following members.

Constructors

  NameDescription
Public methodWallSweepInfo(Boolean, WallSweepType)
Constructs a new WallSweepInfo instance.
Public methodWallSweepInfo(WallSweepType, Boolean)
Constructs a new WallSweepInfo instance.

Methods

  NameDescription
Public methodDispose
Releases all resources used by the WallSweepInfo
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIsEqual
Determines if the input object is equivalent to this WallSweepInfo.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyCutsWall
Indicates if you want the sweep to cut geometry out of the host wall.
Public propertyDefaultSetback
The sweep setback distance from inserts, such as windows and doors.
Public propertyDistance
The distance from either the top or base of the wall.
Public propertyDistanceMeasuredFrom
Indicates if Distance is measured from the top or bottom of the wall.
Public propertyId
The id of the sweep or reveal.
Public propertyIsCutByInserts
Indicates if the sweep is cut by wall inserts.
Public propertyIsFixed
Indicates if the described wall sweep is fixed. A sweep is fixed if it is a part of a vertical compound structure.
Public propertyIsProfileFlipped
Indicates if the profile is applied upside-down.
Public propertyIsValidObject
Specifies whether the .NET object represents a valid Revit entity.
Public propertyIsVertical
Indicates whether the sweep or reveal is swept vertically or horizontally.
Public propertyMaterialId
The element id of the material used to create the sweep or reveal.
Public propertyProfileId
The element id of the profile family used to create the sweep or reveal.
Public propertyWallOffset
The offset from the sweep or reveal to the wall.
Public propertyWallSide
The side of the wall to which the sweep or reveal is attached.
Public propertyWallSweepType
The type (either a wall sweep or a reveal).

See Also