Click or drag to resize
SoVertexAttribFeedbackUnregisterFeedback Method

This function is used to unregister a varying registered with the registerFeedback function.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void UnregisterFeedback(
	string varyingName
)

Parameters

varyingName
Type: SystemString

The name of the varying to unregister, previously registered using the registerFeeback function.

Remarks

See Also