Provides access to members that enumerate through Element records.
Members
| Name | Description | |
|---|---|---|
![]() |
Count | Number of items. |
![]() |
Next | Retrieves the next element record in the enumeration sequence. |
![]() |
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 |
|---|
