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.





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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1