| SoDepthOffsetElementSet Method (SoState, SoNode, Single) | 
Sets the current offset 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_10845,
	float offset
)
Public Shared Sub Set ( 
	state As SoState,
	name_10845 As SoNode,
	offset As Single
)
public:
static void Set(
	SoState^ state, 
	SoNode^ name_10845, 
	float offset
)
static member Set : 
        state : SoState * 
        name_10845 : SoNode * 
        offset : float32 -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_10845
 - Type: OIV.Inventor.NodesSoNode
 - offset
 - Type: SystemSingle
 
Remarks
See Also