AGI STK Graphics 11 Send comments on this topic.
SetNegateAt Method (IAgStkGraphicsCompositeDisplayCondition)
See Also 
Index
The zero-based index of the display condition to set the logical not operation for.
Negate
True if the display condition with the given index should be negated.





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 SetNegateAt( _
   ByVal Index As Integer, _
   ByVal Negate As Boolean _
) 

[C#]
public void SetNegateAt(
int Index,
bool Negate
);

[Managed C++]
public: void SetNegateAt(
int Index,
bool Negate
);

[Java]
public  setNegateAt(
ppInteger Index,
bool Negate
);

[Unmanaged C++]
public: HRESULT SetNegateAt(
int Index,
VARIANT_BOOL Negate
);

Parameters

Index
The zero-based index of the display condition to set the logical not operation for.
Negate
True if the display condition with the given index 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

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1