Base class for all elements in the Instrumentation Model Kit library.

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

Syntax

C#
public abstract class Element : IElement, 
	IDisposable
Visual Basic (Declaration)
Public MustInherit Class Element _
	Implements IElement, IDisposable
Visual C++
public ref class Element abstract : IElement, 
	IDisposable

Inheritance Hierarchy

See Also