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

1139e291 4dac e889 b0e2 ed5a98dc8b91

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSimpleSegment Class

netDxf 3.0.0 Library

Represents a simple linetype segment.

Definition

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

C#

public class LinetypeSimpleSegment : LinetypeSegment

VB

Public Class LinetypeSimpleSegment
	Inherits LinetypeSegment

C++

public ref class LinetypeSimpleSegment : public LinetypeSegment

F#

type LinetypeSimpleSegment = 
    class
        inherit LinetypeSegment
    end
Inheritance Object → LinetypeSegment → LinetypeSimpleSegment

Constructors

LinetypeSimpleSegment() Initializes a new instance of the LinetypeSimpleSegment class.
LinetypeSimpleSegment(Double) Initializes a new instance of the LinetypeSimpleSegment class.

Properties

Length Gets or sets the dash, dot or space length.
(Inherited from LinetypeSegment)
Type Gets the linetype segment simple, text, or shape.
(Inherited from LinetypeSegment)

Methods

Clone Creates a new LinetypeSimpleSegment that is a copy of the current instance.
(Overrides LinetypeSegment.Clone())
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