SoFieldContainerGetAllFields Method |
Returns a list of fields, including the eventIn's and eventOut's.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual int GetAllFields(
SoFieldList list
)
Public Overridable Function GetAllFields (
list As SoFieldList
) As Integer
public:
virtual int GetAllFields(
SoFieldList^ list
)
abstract GetAllFields :
list : SoFieldList -> int
override GetAllFields :
list : SoFieldList -> int
Parameters
- list
- Type: OIV.InventorSoFieldList
Return Value
Type:
Int32Remarks See Also