Implements Remove(Object).

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

Syntax

C#
public void Remove(
	NeedlePoint value
)
Visual Basic (Declaration)
Public Sub Remove ( _
	value As NeedlePoint _
)
Visual C++
public:
void Remove(
	NeedlePoint^ value
)

See Also