Catfood.Shapefile.ShapePolyLine.ShapePolyLine C# (CSharp) Метод

ShapePolyLine() защищенный Метод

A Shapefile PolyLine Shape
protected ShapePolyLine ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord ) : System
recordNumber int The record number in the Shapefile
metadata System.Collections.Specialized.StringDictionary Metadata about the shape
dataRecord IDataRecord IDataRecord associated with the metadata
Результат System
        protected internal ShapePolyLine(int recordNumber, StringDictionary metadata, IDataRecord dataRecord)
            : base(ShapeType.PolyLine, recordNumber, metadata, dataRecord) {}

Same methods

ShapePolyLine::ShapePolyLine ( int recordNumber, StringDictionary metadata, IDataRecord dataRecord, byte shapeData ) : System
ShapePolyLine