Click or drag to resize
SoMFInt32Item Property

Returns the i'th value of the field.

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

Parameters

i
Type: SystemInt32

Property Value

Type: Int32
Remarks

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

See Also