LoadBaseIsReaction Property |
The load is reaction option.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic 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