| SoDataCompositorElementGet Method  | 
 
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Get(
	SoState state,
	out SoDataCompositor name_10358
)
Public Shared Sub Get ( 
	state As SoState,
	<OutAttribute> ByRef name_10358 As SoDataCompositor
)
public:
static void Get(
	SoState^ state, 
	[OutAttribute] SoDataCompositor^% name_10358
)
static member Get : 
        state : SoState * 
        name_10358 : SoDataCompositor byref -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - name_10358
 - Type: OIV.LDM.NodesSoDataCompositor
 
Remarks
See Also