Gets the raw PointF data of the current shape
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Current As Collection(Of PointF()) |
| C# |
|---|
public Collection<PointF[]> Current { get; } |
| Visual C++ |
|---|
public: virtual property Collection<array<PointF>^>^ Current { Collection<array<PointF>^>^ get () sealed; } |