| SoDataSetElementGet Method (SoState, SoDataSet) | 
 
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static void Get(
	SoState state,
	out SoDataSet ds
)
Public Shared Sub Get ( 
	state As SoState,
	<OutAttribute> ByRef ds As SoDataSet
)
public:
static void Get(
	SoState^ state, 
	[OutAttribute] SoDataSet^% ds
)
static member Get : 
        state : SoState * 
        ds : SoDataSet byref -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - ds
 - Type: OIV.LDM.NodesSoDataSet
 
Remarks
See Also