PositionalRepresentation.SetGroundingOverride Method
Parent Object: PositionalRepresentationDescription
Method that sets an override grounding state on the input occurrence. If not already overridden, the method has the effect of setting the 'Override' flag for grounding.
Syntax
PositionalRepresentation.SetGroundingOverride( Occurrence As ComponentOccurrence, Grounded As Boolean )Parameters
Name | Type | Description |
Occurrence | ComponentOccurrence | ComponentOccurrence object that specifies the occurrence to be overridden. |
Grounded | Boolean | Boolean that specifies the override grounding state. |