The Stream used to write the shape files .dbf file
            
    Namespace: 
   EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
 Syntax
Syntax
| Visual Basic | 
|---|
| Protected ReadOnly Property DbfStream As FileStream Get | 
| C# | 
|---|
| protected FileStream DbfStream { get; } | 
| Visual C++ | 
|---|
| protected: property FileStream^ DbfStream { FileStream^ get (); } | 
| JavaScript | 
|---|
| function get_dbfStream(); | 
 
     
     
     
     
    