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