Represents the basic class for line elements.

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

Syntax

C#
public abstract class LineElement : Element
Visual Basic (Declaration)
Public MustInherit Class LineElement _
	Inherits Element
Visual C++
public ref class LineElement abstract : public Element

Inheritance Hierarchy

See Also