PositionalRepresentation.IsRelationshipSuppressionOverridden Method
Parent Object: PositionalRepresentationDescription
Function that returns whether the suppression state of the input assembly relationship is overridden for the positional representation. It also returns the current state.
Syntax
PositionalRepresentation.IsRelationshipSuppressionOverridden( Relationship As Object, Suppressed As Boolean ) As BooleanParameters
Name | Type | Description |
Relationship | Object | Input an assembly constraint or connection object to be queried for the override. |
Suppressed | Boolean | Output Boolean that returns the suppression state of the assembly constraint or connection object (whether it is overridden or not). |