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

dd699c83 dede 638a 8f77 ac252668cca9

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets or sets the element at the specified index.

Definition

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

C#

public string this[
	int index
] { get; set; }

VB

Public Default Property Item ( 
	index As Integer
) As String
	Get
	Set

C++

public:
virtual property String^ default[int index] {
	String^ get (int index) sealed;
	void set (int index, String^ value) sealed;
}

F#

abstract Item : string with get, set
override Item : string with get, set

Parameters

  Int32
The zero-based index of the element to get or set.

Return Value

String
The element at the specified index.

Implements

IList(T).Item(Int32)

See Also

Reference

SupportFolders Class
netDxf.Collections Namespace

Clone this wiki locally