Click or drag to resize

Vector3Item Property

imbVeles Framework: imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets or sets a vector element defined by its index.

Namespace:  netDxf
Assembly:  netDXF.Standard (in netDXF.Standard.dll) Version: 2.1.1
Syntax
C#
public double this[
	int index
] { get; set; }
Request Example View Source

Parameters

index
Type: SystemInt32
Index of the element.

Property Value

Type: Double
See Also