Click or drag to resize
SoMFVec3fItem Property

Returns the i'th value of the field.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SbVec3f this[
	int i
] { get; set; }

Parameters

i
Type: SystemInt32

Property Value

Type: SbVec3f
Remarks

Indexing past the end of the field (passing in i greater than ()) will return garbage.

See Also