Gets the raw PointD data of the current shape

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

Syntax

Visual Basic
Public ReadOnly Property Current As ReadOnlyCollection(Of PointD())
	Get
C#
public ReadOnlyCollection<PointD[]> Current { get; }
Visual C++
public:
virtual property ReadOnlyCollection<array<PointD>^>^ Current {
	ReadOnlyCollection<array<PointD>^>^ get () sealed;
}
JavaScript
function get_current();

Implements

IEnumerator<(Of <(<'T>)>)>..::..Current

See Also