Adds a display condition to the end of the composite.
[Visual Basic .NET] |
---|
Public Sub AddWithNegate( _ ByVal DisplayCondition As IAgStkGraphicsDisplayCondition, _ ByVal Negate As Boolean _ ) |
[C#] |
---|
public void AddWithNegate( IAgStkGraphicsDisplayCondition DisplayCondition, bool Negate ); |
[Managed C++] |
---|
public: void AddWithNegate( IAgStkGraphicsDisplayCondition ^ DisplayCondition, bool Negate ); |
[Unmanaged C++] |
---|
public: HRESULT AddWithNegate( IAgStkGraphicsDisplayCondition * DisplayCondition, VARIANT_BOOL Negate ); |
[Java] |
---|
public void addWithNegate( IAgStkGraphicsDisplayCondition DisplayCondition, bool Negate ); |
[Python - STK API ] |
---|
def AddWithNegate(self, DisplayCondition:"IAgStkGraphicsDisplayCondition", Negate:bool) -> None: |
- DisplayCondition
- The display condition to add to the composite.
- Negate
- When true, a logical
not
is applied to displayCondition when the composite display condition is evaluated.