Represents collection of NeedlePoint objects.

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

Syntax

C#
public class NeedlePointCollection : CollectionBase
Visual Basic (Declaration)
Public Class NeedlePointCollection _
	Inherits CollectionBase
Visual C++
public ref class NeedlePointCollection : public CollectionBase

Inheritance Hierarchy

System..::.Object
  System.Collections..::.CollectionBase
    PerpetuumSoft.Instrumentation.Model..::.NeedlePointCollection

See Also