SoVRMLPROTODefGetFields Method |
Appends all of this object's fields to resultList and returns the number of fields appended.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic virtual int GetFields(
SoVRMLPROTOFieldList list
)
Public Overridable Function GetFields (
list As SoVRMLPROTOFieldList
) As Integer
public:
virtual int GetFields(
SoVRMLPROTOFieldList^ list
)
abstract GetFields :
list : SoVRMLPROTOFieldList -> int
override GetFields :
list : SoVRMLPROTOFieldList -> int
Parameters
- list
- Type: OIV.InventorSoVRMLPROTOFieldList
Return Value
Type:
Int32
Remarks
See Also