Sets if a logical
not
operation
is applied to a display condition in the composite when the
composite is evaluated.[Visual Basic .NET] |
---|
Public Sub SetNegate( _
ByVal DisplayCondition As IAgStkGraphicsDisplayCondition, _
ByVal Negate As Boolean _
)
|
[C#] |
---|
public void SetNegate(
|
[Managed C++] |
---|
public: void SetNegate(
|
[Java] |
---|
public setNegate(
|
[Unmanaged C++] |
---|
public: HRESULT SetNegate(
|
- DisplayCondition
- The display condition to set the logical
not
operation for. - Negate
- True if displayCondition should be negated.
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.