Click or drag to resize
SoWinComponentGetComponent Method

Returns the OIV.Inventor.Win.SoWinComponent for this window handle.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static SoWinComponent GetComponent(
	Control w
)

Parameters

w
Type: System.Windows.FormsControl

Return Value

Type: SoWinComponent
Remarks

If the window handle does not match that of any Open Inventor component, then NULL is returned.

See Also