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

310c9e62 71a5 493d 1e73 9bbbafaf6116

haplokuon edited this page May 6, 2023 · 1 revision

LinetypeSegmentAdded Event

netDxf 3.0.0 Library

[Missing <summary> documentation for "E:netDxf.Tables.Linetype.LinetypeSegmentAdded"]

Definition

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

C#

public event Linetype.LinetypeSegmentAddedEventHandler LinetypeSegmentAdded

VB

Public Event LinetypeSegmentAdded As Linetype.LinetypeSegmentAddedEventHandler

C++

public:
 event Linetype.LinetypeSegmentAddedEventHandler^ LinetypeSegmentAdded {
	void add (Linetype.LinetypeSegmentAddedEventHandler^ value);
	void remove (Linetype.LinetypeSegmentAddedEventHandler^ value);
}

F#

member LinetypeSegmentAdded : IEvent<Linetype.LinetypeSegmentAddedEventHandler,
    EventArgs>

Value

Linetype.LinetypeSegmentAddedEventHandler

See Also

Reference

Linetype Class
netDxf.Tables Namespace

Clone this wiki locally