LoadBase.IsReaction Property

LoadBaseIsReaction Property

The load is reaction option.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public bool IsReaction { get; set; }
Public Property IsReaction As Boolean
	Get
	Set
public:
property bool IsReaction {
	bool get ();
	void set (bool value);
}
member IsReaction : bool with get, set

Property Value

Boolean
See Also