SoFieldContainerGetFields Method |
Appends references to all of this object's fields to resultList, and returns the number of fields appended.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual int GetFields(
SoFieldList list
)
Public Overridable Function GetFields (
list As SoFieldList
) As Integer
public:
virtual int GetFields(
SoFieldList^ list
)
abstract GetFields :
list : SoFieldList -> int
override GetFields :
list : SoFieldList -> int
Parameters
- list
- Type: OIV.InventorSoFieldList
Return Value
Type:
Int32Remarks 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