AGI Common Entity Library 11 Send comments on this topic.
InsertAt Method (IAgEntityCollection)
See Also 
Index
Entity
Windows






Windows & Linux

Description

Insert an element into the collection at the specified index

Syntax

[Visual Basic .NET]
Public Sub InsertAt( _
   ByVal Index As Integer, _
   ByVal Entity As IAgEntity _
) 

[C#]
public void InsertAt(
int Index,
IAgEntity Entity
);

[Managed C++]
public: void InsertAt(
int Index,
IAgEntity ^ Entity
);

[Java]
public  insertAt(
int Index,
IAgEntity Entity
);

[Unmanaged C++]
public: HRESULT InsertAt(
long Index,
IAgEntity * Entity
);

Parameters

Index
Entity

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface