Click or drag to resize
SoVRMLEXTERNPROTOInstanceGetEXTERNPROTOType Method

Returns the type of the externprototype being instanced.

Namespace: OIV.Inventor.VRMLnodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public Type GetEXTERNPROTOType()

Return Value

Type: Type
Remarks

A type of an externprototype determines where it can be instanced. The first node found in the PROTO defined in the externproto definition defines the type of the externprototype.

See Also