FabricationConfiguration.ValidateConnectionsForAllFabricationParts
Method
Description:
Validates all fabrication part connections in the current project. Invalid connections found will be added to the connection validation information class.
Validates all fabrication part connections in the current project. Invalid connections found will be added to the connection validation information class.
Remarks:
If set to update straights any updated straights will be added to a set of element identifiers. Call GetUpdatedStraightsFromValidateConnections to get the set of element identifiers for the updated straights.
If set to update straights any updated straights will be added to a set of element identifiers. Call GetUpdatedStraightsFromValidateConnections to get the set of element identifiers for the updated straights.
Syntax
public ConnectionValidationInfo ValidateConnectionsForAllFabricationParts(
bool updateGapForStraights
)
Parameters
Parameter | Type | Description |
---|---|---|
updateGapForStraights | Boolean | Attempt to update straights to remove the gap between the connctors. |
Return Value
Type | Description |
---|---|
ConnectionValidationInfo | The information about the validation check. |
Exceptions
Exception | Condition |
---|---|
InvalidOperationException | this operation failed. |