Click or drag to resize
SoWinComponentGetComponent Method

Returns the SoWinComponent for this window handle.

Namespace: OIV.Inventor.Win
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
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