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: 2024.1.1.0 (2024.1.1)
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