PositionalRepresentation.IsFlexibleOverridden Method
Parent Object: PositionalRepresentationDescription
Method that returns whether the flexible state of the input occurrence is overridden for the positional representation and returns the state.
Syntax
PositionalRepresentation.IsFlexibleOverridden( Occurrence As ComponentOccurrence, Flexible As Boolean ) As BooleanParameters
Name | Type | Description |
Occurrence | ComponentOccurrence | ComponentOccurrence object that specifies the occurrence to be queried for the override. |
Flexible | Boolean | Boolean object that returns the flexible state (whether it is overridden or not). |