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

5c141803 e5d7 63ae 0fd9 def3cb1ddd9e

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSegmentChangeEventArgs Class

netDxf 3.0.0 Library

[Missing <summary> documentation for "T:netDxf.Tables.LinetypeSegmentChangeEventArgs"]

Definition

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

C#

public class LinetypeSegmentChangeEventArgs : EventArgs

VB

Public Class LinetypeSegmentChangeEventArgs
	Inherits EventArgs

C++

public ref class LinetypeSegmentChangeEventArgs : public EventArgs

F#

type LinetypeSegmentChangeEventArgs = 
    class
        inherit EventArgs
    end
Inheritance Object → EventArgs → LinetypeSegmentChangeEventArgs

Constructors

LinetypeSegmentChangeEventArgs Initializes a new instance of LinetypeSegmentChangeEventArgs.

Properties

Item Gets the item that is being added or removed from the line type segment list.

Methods

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