Click or drag to resize
SoDBReadPROTOFromFile Method

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public static bool ReadPROTOFromFile(
	SoInput in,
	string name,
	out SoVRMLPROTODef protoDef
)

Parameters

in
Type: OIV.InventorSoInput
name
Type: SystemString
protoDef
Type: OIV.Inventor.VRMLnodesSoVRMLPROTODef

Return Value

Type: Boolean
Remarks

Reads all PROTOs in the specified input file up to and including the named PROTO and returns the definition of the named PROTO in protoDef.

See Also