Represents basic class for scale elements.

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

Syntax

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

Inheritance Hierarchy

See Also