| SoTangentBindingElementSet Method (SoState, SoNode, SoTangentBindingElementBindings) | 
Sets the current tangent binding in the state. 
 
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoNode name_22801,
	SoTangentBindingElementBindings binding
)
Public Shared Sub Set ( 
	state As SoState,
	name_22801 As SoNode,
	binding As SoTangentBindingElementBindings
)
public:
static void Set(
	SoState^ state, 
	SoNode^ name_22801, 
	SoTangentBindingElementBindings binding
)
static member Set : 
        state : SoState * 
        name_22801 : SoNode * 
        binding : SoTangentBindingElementBindings -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_22801
 - Type: OIV.Inventor.NodesSoNode
 - binding
 - Type: OIV.Inventor.ElementsSoTangentBindingElementBindings
 
Remarks
See Also