Determines if a logical
not operation is applied to a display condition in the composite.| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
|
| [Managed C++] |
|---|
|
| [Java] |
|---|
|
[Python - STK API ] |
|---|
def GetNegateAt(self, Index:int) -> bool: |
- Index
- The zero-based index of the display condition to check.
Display conditions can be in more than one composite at a time. Each composite may or may not negate the display condition. So a display condition that is negated in one composite is not necessarily negated in another.






