STK Common Entity LibrarySend 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
);
[Unmanaged C++]
public: HRESULT InsertAt(
    long Index,
    IAgEntity * Entity
);
[Java]
public void insertAt(
    int Index,
    IAgEntity Entity
);

Parameters

Index
Entity

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.