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

201d3194 5279 65ae bdec 2a91ddbd1c96

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

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

Definition

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

C#

public LinetypeSegment Item { get; }

VB

Public ReadOnly Property Item As LinetypeSegment
	Get

C++

public:
property LinetypeSegment^ Item {
	LinetypeSegment^ get ();
}

F#

member Item : LinetypeSegment with get

Property Value

LinetypeSegment

See Also

Reference

LinetypeSegmentChangeEventArgs Class
netDxf.Tables Namespace

Clone this wiki locally