Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

644bb204 63f4 e2c6 fc06 60840b01f4fa

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSegment Class

netDxf 3.0.0 Library

Base class for the three kinds of linetype segments simple, text, and shape.

Definition

Namespace: netDxf.Tables
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public abstract class LinetypeSegment : ICloneable

VB

Public MustInherit Class LinetypeSegment
	Implements ICloneable

C++

public ref class LinetypeSegment abstract : ICloneable

F#

[<AbstractClassAttribute>]
type LinetypeSegment = 
    class
        interface ICloneable
    end
Inheritance Object → LinetypeSegment
Derived netDxf.Tables.LinetypeShapeSegment
netDxf.Tables.LinetypeSimpleSegment
netDxf.Tables.LinetypeTextSegment
Implements ICloneable

Properties

Length Gets or sets the dash, dot or space length.
Type Gets the linetype segment simple, text, or shape.

Methods

Clone Creates a new LinetypeSegment that is a copy of the current instance.
Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCode Serves as the default hash function.
(Inherited from Object)
GetType Gets the Type of the current instance.
(Inherited from Object)
ToString Returns a string that represents the current object.
(Inherited from Object)

See Also

Reference

netDxf.Tables Namespace

Clone this wiki locally