Inserts a display condition at the given
zero-based index, shifting existing display conditions.
| [Visual Basic .NET] |
|---|
Public Sub Insert( _
ByVal Index As Integer, _
ByVal DisplayCondition As IAgStkGraphicsDisplayCondition _
)
|
| [C#] |
|---|
public void Insert(
|
| [Managed C++] |
|---|
public: void Insert(
|
| [Java] |
|---|
public insert(
|
| [Unmanaged C++] |
|---|
public: HRESULT Insert(
|
- Index
- The zero-based index to insert the display condition at.
- DisplayCondition
- The display condition to insert into the composite.