STK Graphics PrimitivesSend comments on this topic.
InsertWithNegate Method (IAgStkGraphicsCompositeDisplayCondition)
See Also
Index
The zero-based index to insert the display condition at.
DisplayCondition
The display condition to insert into the composite.
Negate
When true, a logical not is applied to displayCondition when the composite display condition is evaluated.
Windows





Windows & Linux

Description

Inserts a display condition at the given zero-based index, shifting existing display conditions.

Syntax

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

Parameters

Index
The zero-based index to insert the display condition at.
DisplayCondition
The display condition to insert into the composite.
Negate
When true, a logical not is applied to displayCondition when the composite display condition is evaluated.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.