Inserts a display condition at the given zero-based index, shifting existing display conditions.
| [Visual Basic .NET] |
|---|
Public Sub InsertWithNegate( _ ByVal Index As Integer, _ ByVal DisplayCondition As IAgStkGraphicsDisplayCondition, _ ByVal Negate As Boolean _ ) |
| [C#] |
|---|
public void InsertWithNegate( |
| [Managed C++] |
|---|
public: void InsertWithNegate( |
| [Java] |
|---|
public insertWithNegate( |
| [Unmanaged C++] |
|---|
public: HRESULT InsertWithNegate( |
- 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
notis applied to displayCondition when the composite display condition is evaluated.
