Represents the Base class for lines. This class is abstract (MustInherit in Visual Basic) and so cannot be instantiated.
Object Model
Syntax
'Declaration
Public MustInherit Class Line
'Usage
Dim instance As Line
public abstract class Line
Inheritance Hierarchy
See Also