IEnumElementRecord Interface

Provides access to members that enumerate through Element records.

Members

Name Description
Method Count Number of items.
Method Next Retrieves the next element record in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

IEnumElementRecord.Count Method

Number of items.

Public Sub Count ( _
    ByRef Count As Integer _
)
public void Count (
    ref int Count
);

IEnumElementRecord.Next Method

Retrieves the next element record in the enumeration sequence.

Public Sub Next ( _
    ByRef OID As Int64&, _
    ByRef __MIDL__IEnumElementRecord0000 As esriGeometryType, _
    ByRef GlobalID As Guid&, _
    ByRef NetworkSourceID As Integer _
)
public void Next (
    ref Int64& OID,
    ref esriGeometryType __MIDL__IEnumElementRecord0000,
    ref Guid& GlobalID,
    ref int NetworkSourceID
);

IEnumElementRecord.Reset Method

Resets the enumeration sequence to the beginning.

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

Classes that implement IEnumElementRecord

Classes Description

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