FabricationPartHasNoConnections Method |
Checks to see if all the fabrication part's connectors are open.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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