Returns a collection of all the visible record indices

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public ReadOnly Property VisibleRecordIndices As ReadOnlyCollection(Of Integer)
	Get
C#
public ReadOnlyCollection<int> VisibleRecordIndices { get; }
Visual C++
public:
property ReadOnlyCollection<int>^ VisibleRecordIndices {
	ReadOnlyCollection<int>^ get ();
}
JavaScript
function get_visibleRecordIndices();

See Also