Public Sub InsertAt( _ ByVal Index As Integer, _ ByVal Entity As IAgEntity _ )
public void InsertAt( int Index, IAgEntity Entity );
public: void InsertAt( int Index, IAgEntity ^ Entity );
public: HRESULT InsertAt( long Index, IAgEntity * Entity );
public void insertAt( int Index, IAgEntity Entity );
IAgEntityCollection Interface