Gets the raw shape data at given record index.
Namespace:
EGIS.ShapeFileLib
Assembly:
EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
Visual Basic |
---|
Public Function GetShapeData ( _
recordIndex As Integer _
) As ReadOnlyCollection(Of PointF()) |
C# |
---|
public ReadOnlyCollection<PointF[]> GetShapeData(
int recordIndex
) |
Visual C++ |
---|
public:
ReadOnlyCollection<array<PointF>^>^ GetShapeData(
int recordIndex
) |
JavaScript |
---|
function getShapeData(recordIndex); |
Parameters
- recordIndex
- Type: System..::..Int32
The zero based index of the shape data to return
Return Value
Remarks
See Also