IRelatedRecordGroups Interface

Provides access to the RelatedRecordGroup Collection Interface.

Members

Name Description
Method Add Adds a RelatedRecordGroup.
Read-only property Count The map layer info count.
Read-only property Element The RelatedRecordGroup at the specified position.
Method Insert Adds a map layer info at the specified position.
Method Remove Removes the RelatedRecordGroup at the specified position.
Method RemoveAll Removes all map layer infos.

IRelatedRecordGroups.Add Method

Adds a RelatedRecordGroup.

Public Sub Add ( _
    ByVal RelatedRecordGroup As IRelatedRecordGroup _
)
public void Add (
    IRelatedRecordGroup RelatedRecordGroup
);

IRelatedRecordGroups.Count Property

The map layer info count.

Public ReadOnly Property Count As Integer
public int Count {get;}

IRelatedRecordGroups.Element Property

The RelatedRecordGroup at the specified position.

Public Function get_Element ( _
    ByVal Index As Integer _
) As IRelatedRecordGroup
public IRelatedRecordGroup get_Element (
    int Index
);

IRelatedRecordGroups.Insert Method

Adds a map layer info at the specified position.

Public Sub Insert ( _
    ByVal Index As Integer, _
    ByVal RelatedRecordGroup As IRelatedRecordGroup _
)
public void Insert (
    int Index,
    IRelatedRecordGroup RelatedRecordGroup
);

IRelatedRecordGroups.Remove Method

Removes the RelatedRecordGroup at the specified position.

Public Sub Remove ( _
    ByVal Index As Integer _
)
public void Remove (
    int Index
);

IRelatedRecordGroups.RemoveAll Method

Removes all map layer infos.

Public Sub RemoveAll ( _
)
public void RemoveAll (
);

Classes that implement IRelatedRecordGroups

Classes Description
RelatedRecordGroups A colcass that contains array of related record groups.

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.