SoVRMLPROTODefGetPROTOList Method |
Appends all of the SoVRMLPROTO nodes that have been defined to list, and returns the number of SoVRMLPROTO nodes appended.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static int GetPROTOList(
SoBaseList list
)
Public Shared Function GetPROTOList (
list As SoBaseList
) As Integer
public:
static int GetPROTOList(
SoBaseList^ list
)
static member GetPROTOList :
list : SoBaseList -> int
Parameters
- list
- Type: OIV.InventorSoBaseList
Return Value
Type:
Int32
Remarks
See Also