CanHaveRigidLinks Method
Indicates if Analytical Model supports Rigid Links.

Namespace: Autodesk.Revit.DB.Structure
Assembly: RevitAPI (in RevitAPI.dll) Version: 17.0.0.0 (17.0.1090.0)
Since:  2011

Syntax

C#
public bool CanHaveRigidLinks()
Visual Basic
Public Function CanHaveRigidLinks As Boolean
Visual C++
public:
bool CanHaveRigidLinks()

Return Value

True if Analytical Model supports Rigid Links; false otherwise.

See Also