Condition_SiteByImpactPoint
Description
Checks whether the target location (impact point) is inside a site. If S1 is specified, this condition checks whether the entered site id matches S1.
Parameters
| Parameter | Description |
|---|---|
| CompareType | Type of comparison operation (Equal or NotEqual). |
| S1 | (Optional) Site id to compare (Site.Id). |
Examples
| Description | BaseObject | Command | CompareType | S1 |
|---|---|---|---|---|
| Checks whether target location is inside any site. | Target | SiteByImpactPoint | Equal | |
| Checks whether target location is NOT inside any site. | Target | SiteByImpactPoint | NotEqual | |
| Checks whether target location is inside a specific site. | Target | SiteByImpactPoint | Equal | Site_001 |
Back to Command FinderSearch and filter all 491 Script Condition documents