WallSweepInfoWallSweepType Property |
The type (either a wall sweep or a reveal).
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic WallSweepType WallSweepType { get; set; }
Public Property WallSweepType As WallSweepType
Get
Set
public:
property WallSweepType WallSweepType {
WallSweepType get ();
void set (WallSweepType value);
}
member WallSweepType : WallSweepType with get, set
Property Value
WallSweepType
ExceptionsException | Condition |
---|
ArgumentOutOfRangeException |
When setting this property: A value passed for an enumeration argument is not a member of that enumeration
|
See Also