SoWinComponentGetComponent Method |
Namespace: OIV.Inventor.WinAssembly: OIV.Inventor.Win (in OIV.Inventor.Win.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static SoWinComponent GetComponent(
Control w
)
Public Shared Function GetComponent (
w As Control
) As SoWinComponent
public:
static SoWinComponent^ GetComponent(
Control^ w
)
static member GetComponent :
w : Control -> SoWinComponent
Parameters
- w
- Type: System.Windows.FormsControl
Return Value
Type:
SoWinComponentRemarks If the window handle does not match that of any Open Inventor component, then NULL is returned.
See Also