The Stream used to write the shape files index (.shx) file

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

Syntax

Visual Basic
Protected ReadOnly Property IndexStream As FileStream
	Get
C#
protected FileStream IndexStream { get; }
Visual C++
protected:
property FileStream^ IndexStream {
	FileStream^ get ();
}
JavaScript
function get_indexStream();

See Also