Click or drag to resize
SoFieldContainerGetFields Method

Appends references to all of this object's fields to resultList, and returns the number of fields appended.

Namespace: OIV.Inventor.Fields
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public virtual int GetFields(
	SoFieldList list
)

Parameters

list
Type: OIV.InventorSoFieldList

Return Value

Type: Int32
Remarks

The names of the fields can be determined by passing the field reference to the getFieldName() method (see below).

See Also