SoDBReadPROTOFromFile Method |
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static bool ReadPROTOFromFile(
SoInput in,
string name,
out SoVRMLPROTODef protoDef
)
Public Shared Function ReadPROTOFromFile (
in As SoInput,
name As String,
<OutAttribute> ByRef protoDef As SoVRMLPROTODef
) As Boolean
public:
static bool ReadPROTOFromFile(
SoInput^ in,
String^ name,
[OutAttribute] SoVRMLPROTODef^% protoDef
)
static member ReadPROTOFromFile :
in : SoInput *
name : string *
protoDef : SoVRMLPROTODef byref -> bool
Parameters
- in
- Type: OIV.InventorSoInput
- name
- Type: SystemString
- protoDef
- Type: OIV.Inventor.VRMLnodesSoVRMLPROTODef
Return Value
Type:
Boolean
RemarksReads 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