Reads the header contents from raw byte data

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

Syntax

Visual Basic (Declaration)
Public Sub Read ( _
	data As Byte(), _
	dataOffset As Integer _
)
C#
public void Read(
	byte[] data,
	int dataOffset
)
Visual C++
public:
void Read(
	array<unsigned char>^ data, 
	int dataOffset
)

Parameters

data
Type: array< System..::.Byte >[]()[]
byte array containing the header data
dataOffset
Type: System..::.Int32
offset in the data byte array containing the first byte of the header

See Also