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