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

33628908 3e47 bbd1 994e 917690fe051f

haplokuon edited this page May 6, 2023 · 1 revision

Item Property

netDxf 3.0.0 Library

Gets or sets a vector element defined by its index.

Definition

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

C#

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

VB

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

C++

public:
property double default[int index] {
	double get (int index);
	void set (int index, double value);
}

F#

member Item : float with get, set

Parameters

  Int32
Index of the element.

Property Value

Double

See Also

Reference

Vector3 Structure
netDxf Namespace

Clone this wiki locally