This document is archived and information here might be outdated.  Recommended version.


IRelatedRecordGroups.Insert Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IRelatedRecordGroups.Insert Method

Adds a map layer info at the specified position.

[Visual Basic .NET]
Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal RelatedRecordGroup As IRelatedRecordGroup _
)
[C#]
public void Insert (
    int Index,
    IRelatedRecordGroup RelatedRecordGroup
);
[C++]
HRESULT Insert(
  long Index,
  IRelatedRecordGroup* RelatedRecordGroup
);
[C++]

Parameters Index [in] Index is a parameter of type long RelatedRecordGroup [in]
RelatedRecordGroup is a parameter of type IRelatedRecordGroup

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IRelatedRecordGroups Interface