Insert an element into the collection at the specified index
[Visual Basic .NET] |
---|
Public Sub InsertAt( _ ByVal Index As Integer, _ ByVal SimpleQueryClause As IAgRt3SimpleQueryClause _ ) |
[C#] |
---|
public void InsertAt( int Index, IAgRt3SimpleQueryClause SimpleQueryClause ); |
[Managed C++] |
---|
public: void InsertAt( int Index, IAgRt3SimpleQueryClause ^ SimpleQueryClause ); |
[Unmanaged C++] |
---|
public: HRESULT InsertAt( long Index, IAgRt3SimpleQueryClause * SimpleQueryClause ); |
[Java] |
---|
public void insertAt( int Index, IAgRt3SimpleQueryClause SimpleQueryClause ); |
- Index
- SimpleQueryClause