Click or drag to resize
SoDBRemoveRoute Method

Removes a VRML 2.0 ROUTE-TO connection.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public static void RemoveRoute(
	SoNode pFromNode,
	string fromEventOutName,
	SoNode pInNode,
	string toEventInName
)

Parameters

pFromNode
Type: OIV.Inventor.NodesSoNode
fromEventOutName
Type: SystemString
pInNode
Type: OIV.Inventor.NodesSoNode
toEventInName
Type: SystemString
Remarks

See createRoute().

See Also