Click or drag to resize
SoROIElementGet Method (SoState, Int32)

Returns the last traversed ROI with the given ID.

Namespace: OIV.LDM.Elements
Assembly: OIV.LDM (in OIV.LDM.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoROI Get(
	SoState state,
	int dataSetId
)

Parameters

state
Type: OIV.Inventor.MiscSoState
dataSetId
Type: SystemInt32

Return Value

Type: SoROI
Remarks

When dataSetId is 0, returns the last traversed ROI.

See Also