AGI STK Graphics 11 Send comments on this topic.
AddWithNegate Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
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.
Windows






Windows & Linux

Description

Adds a display condition to the end of the composite.

Syntax

[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
);

[Java]
public  addWithNegate(
IAgStkGraphicsDisplayCondition DisplayCondition,
bool Negate
);

[Unmanaged C++]
public: HRESULT AddWithNegate(
IAgStkGraphicsDisplayCondition * DisplayCondition,
VARIANT_BOOL Negate
);

Parameters

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.

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface