The Stream used to write the shape files index (.shx) file
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
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(); | 
 
     
     
     
     
    