Creates a shallow copy of a range of points in the point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public PointSet GetRange(
	int index,
	int count
)
Visual Basic (Declaration)
Public Function GetRange ( _
	index As Integer, _
	count As Integer _
) As PointSet
Visual C++
public:
PointSet^ GetRange(
	int index, 
	int count
)

Parameters

index
Type: System..::.Int32
The zero-based index at which the range starts.
count
Type: System..::.Int32
the number of points in the range.

Return Value

Returns a shallow copy of a range of points in the point set.

See Also