Click or drag to resize
SoVRMLPROTODefGetFields Method

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

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

Parameters

list
Type: OIV.InventorSoVRMLPROTOFieldList

Return Value

Type: Int32
Remarks

Each item in the list refers to an SoVRMLPROTOField.

See Also