Returns the definition for the prototype node protoName .
Namespace: OIV.Inventor.MiscAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic static SoVRMLPROTODef GetPROTO(
string name
)
Public Shared Function GetPROTO (
name As String
) As SoVRMLPROTODef
public:
static SoVRMLPROTODef^ GetPROTO(
String^ name
)
static member GetPROTO :
name : string -> SoVRMLPROTODef
Parameters
- name
- Type: SystemString
Return Value
Type:
SoVRMLPROTODef
Remarks
See Also