PositionalRepresentation.SetRelationshipValueOverride Method
Parent Object: PositionalRepresentationDescription
Method that sets an overridden value for the input assembly relationship.
Syntax
PositionalRepresentation.SetRelationshipValueOverride( Relationship As Object, RelationShipValueType As RelationshipValueTypeEnum, Expression As String )Parameters
Name | Type | Description |
Relationship | Object | Input an assembly constraint or connection object to be queried for the override. |
RelationShipValueType | RelationshipValueTypeEnum | Input RelationshipValueTypeEnum that specifies the value of the assembly constraint or connection object. |
Expression | String | Input string that specifies the override expression of the specified value for the assembly constraint or connection object. |