Click or drag to resize
SoVRMLPROTOInstanceGetPROTOType Method

Returns the type of the prototype being instanced.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public Type GetPROTOType()

Return Value

Type: Type
Remarks

A type of a prototype determines where it can be instanced. The first node found in a prototype definition defines the type of the prototype.

See Also