RecordOffset = the offset of the field in a record.
For Field 0, RecordOffset = 0,
For Field 1, RecordOffset = Length of Field 0,
For Field N, RecordOffset = Length of Field0 to FieldN-1
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Property RecordOffset As Integer
Get
Set |
C# |
---|
public int RecordOffset { get; set; } |
Visual C++ |
---|
public:
property int RecordOffset {
int get ();
void set (int value);
} |
JavaScript |
---|
function get_recordOffset();
function set_recordOffset(value); |
See Also