STK Graphics PrimitivesSend comments on this topic.
SetNegate Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
DisplayCondition
The display condition to set the logical not operation for.
Negate
True if displayCondition should be negated.
Windows





Windows & Linux

Description

Sets if a logical not operation is applied to a display condition in the composite when the composite is evaluated.

Syntax

[Visual Basic .NET]
Public Sub SetNegate( _
    ByVal DisplayCondition As IAgStkGraphicsDisplayCondition, _
    ByVal Negate As Boolean _
)
[C#]
public void SetNegate(
    IAgStkGraphicsDisplayCondition DisplayCondition,
    bool Negate
);
[Managed C++]
public: void SetNegate(
    IAgStkGraphicsDisplayCondition ^ DisplayCondition,
    bool Negate
);
[Unmanaged C++]
public: HRESULT SetNegate(
    IAgStkGraphicsDisplayCondition * DisplayCondition,
    VARIANT_BOOL Negate
);
[Java]
public void setNegate(
    IAgStkGraphicsDisplayCondition DisplayCondition,
    bool Negate
);
[Python - STK API ]
def SetNegate(self, DisplayCondition:"IAgStkGraphicsDisplayCondition", Negate:bool) -> None:

Parameters

DisplayCondition
The display condition to set the logical not operation for.
Negate
True if displayCondition should be negated.

Remarks

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.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.