Gets collection of needle points.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
public NeedlePointCollection NeedlePoints { get; }
Visual Basic (Declaration)
Public ReadOnly Property NeedlePoints As NeedlePointCollection
Visual C++
public:
property NeedlePointCollection^ NeedlePoints {
	NeedlePointCollection^ get ();
}

See Also