Gets the expected number of points specified in the second line of the OFF file.

Namespace:  ceometric.ComputationalGeometry
Assembly:  ceometric.ComputationalGeometry (in ceometric.ComputationalGeometry.dll) Version: 2.4.0.0 (2.4.0.0)

Syntax

C#
public int NumberOfPoints
Visual Basic (Declaration)
Public NumberOfPoints As Integer
Visual C++
public:
int NumberOfPoints

Remarks

If the expected number of points is not the number of points actually defined, the file can not be read.

See Also