The Stream used to write the shape files .shp file

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

Syntax

Visual Basic (Declaration)
Protected ReadOnly Property ShapeStream As FileStream
C#
protected FileStream ShapeStream { get; }
Visual C++
protected:
property FileStream^ ShapeStream {
	FileStream^ get ();
}

See Also