FabricationPartHasNoConnections Method |
Checks to see if all the fabrication part's connectors are open.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntaxpublic bool HasNoConnections()
Public Function HasNoConnections As Boolean
public:
bool HasNoConnections()
member HasNoConnections : unit -> bool
Return Value
Boolean
Returns true if the part has zero connections.
See Also