Click or drag to resize

Vector2Item Property

Gets or sets a vector element defined by its index.

Namespace:  DXFReaderNET
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public double this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32
Index of the element.

Property Value

Type: Double
See Also