The load is reaction option.
Namespace: Autodesk.Revit.DB.StructureAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since:
2016
Syntax
C# |
---|
public bool IsReaction { get; set; } |
Visual Basic |
---|
Public Property IsReaction As Boolean
Get
Set |
Visual C++ |
---|
public:
property bool IsReaction {
bool get ();
void set (bool value);
} |
See Also