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: 2024.1.0.0 (2024.1.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 OIV.Inventor.Fields.SoFieldContainer.GetFieldName(OIV.Inventor.Fields.SoField, System.String@) method (see below).

See Also