| SoDataSetIdElementSet Method  | 
Sets the current id in the state. 
 
Namespace: OIV.LDM.ElementsAssembly: OIV.LDM (in OIV.LDM.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic static void Set(
	SoState state,
	SoDataSetId dsId
)
Public Shared Sub Set ( 
	state As SoState,
	dsId As SoDataSetId
)
public:
static void Set(
	SoState^ state, 
	SoDataSetId^ dsId
)
static member Set : 
        state : SoState * 
        dsId : SoDataSetId -> unit 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - dsId
 - Type: OIV.LDM.NodesSoDataSetId
 
Remarks
See Also